You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug cargo deny check licenses fails with Rust 1.47.0
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/fleetfs/fleetfs
cd fleetfs && git checkout 80cc4212e79a5e38dff8c8e2b118bcc8eee3fa09
rustup override set 1.47.0
cargo deny check licenses
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: 21', /home/cberner/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/krates-0.2.0/src/builder.rs:543:87
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Expected behavior
No error, as observed when using rustup override set 1.46.0
Device:
OS: Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
Thanks for the report! This is resolved, I just need to cut a release of cargo-deny (hopefully today?), but if you want to work around this in the meantime, you can use the rev = <commit-sha> specifier instead of the branch = <branch_name> specifier.
Describe the bug
cargo deny check licenses
fails with Rust 1.47.0To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/fleetfs/fleetfs
cd fleetfs && git checkout 80cc4212e79a5e38dff8c8e2b118bcc8eee3fa09
rustup override set 1.47.0
cargo deny check licenses
Expected behavior
No error, as observed when using
rustup override set 1.46.0
Device:
The text was updated successfully, but these errors were encountered: