fix(future): 1.75 is now past tense

This commit is contained in:
Ed Page 2024-01-12 11:05:52 -06:00
parent 7cf62af6ec
commit d54dbb173f
1 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ The value add of this compared to `--locked` is unclear.
See [rust-lang/cargo#10903](https://github.com/rust-lang/cargo/issues/10903) for more discussion.
**Note:** [rust-lang/cago#12798](https://github.com/rust-lang/cargo/pull/12798)
(slated to be released in 1.75) made it so `cargo install` will error upfront,
(released in 1.75) made it so `cargo install` will error upfront,
suggesting a version of the package to use and to pass `--locked` assuming the
bundled `Cargo.lock` has MSRV compatible dependencies.