Skip to content
New issue

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

cargo-deny has MSRV 1.74, which is inconvenient since zcashd has 1.69.0 in rust-toolchain.toml #6861

Open
daira opened this issue Apr 15, 2024 · 0 comments
Labels
A-dependencies Area: Dependencies

Comments

@daira
Copy link
Contributor

daira commented Apr 15, 2024

This requires something like:

cargo +1.74 install cargo-deny
cargo +1.74 deny check

This also outputs a bunch of warning[index-failure]: unable to check for yanked crates warnings, which I think is indirectly due to the same issue: cargo +1.74 deny check cannot find the cache of crates that were built for zcashd.

@daira daira added the A-dependencies Area: Dependencies label Apr 15, 2024
@daira daira modified the milestones: Post 5.9.0, Release 5.10.0 Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependencies
Projects
None yet
Development

No branches or pull requests

1 participant