-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Description
As of rust-lang/cargo#14595 and rust-lang/rust#130929 (nightly-2024-09-29), Cargo is generating version = 4
in Cargo.lock by default.
$ cargo new repro
$ cd repro/
$ cargo build
$ cargo outdated
error: failed to parse lock file at: /path/to/repro/Cargo.lock
Caused by:
lock file version 4 requires `-Znext-lockfile-bump`
Ironically, cargo-outdated's cargo
dependency is outdated. I expect that adopting a newer version of the cargo
library would resolve this issue.
Line 30 in d3a7df3
cargo = "0.76.0" |
frewsxcv, bbigras, thomvil, andrewgazelka, Lynnesbian and 17 morelincot, andrewgazelka, Amjad50, Z1xus, alansartorio and 3 morekpcyrd
Metadata
Metadata
Assignees
Labels
No labels