servo / unicode-bidi

Implementation of the Unicode Bidirection Algorithm in Rust
Other
74 stars 34 forks source link

Add MSRV line #126

Closed Manishearth closed 5 months ago

Manishearth commented 5 months ago

We enforce this in CI, we should mention this in Cargo.toml.

Manishearth commented 5 months ago

One potential reason to bump MSRV is that new Cargo will update the lockfile even when MSRV is present. We should potentially pick the first Rust version that accepts lockfile version 3.