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 krates@16.4 panics while running cargo deny check license:
thread '<unnamed>' panicked at /<...>/.cargo/registry/src/index.crates.io-6f17d22bba15001f/krates-0.16.4/src/builder.rs:716:25:
internal error: entered unreachable code: unable to locate std for crate time 0.3.31 (registry+https://github.com/rust-lang/crates.io-index) features(["parsing"])
To Reproduce
Steps to reproduce the behavior:
cargo new panic-test && cd panic-test
cargo install cargo-deny (should install v14.8)
cargo add mysql_common@0.29.1
cargo deny check license
See panic
Expected behavior
No panic
Screenshots
If applicable, add screenshots to help explain your problem.
Device:
OS: macOS Sonoma 14.2.1 and Linux Ubuntu 22.04
rustc version is rustc 1.73.0 (macOS)
rustc version is rustc 1.74.0 (Ubuntu)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
krates@16.4
panics while runningcargo deny check license
:To Reproduce
Steps to reproduce the behavior:
cargo new panic-test && cd panic-test
cargo install cargo-deny
(should install v14.8)cargo add mysql_common@0.29.1
cargo deny check license
Expected behavior
No panic
Screenshots
If applicable, add screenshots to help explain your problem.
Device:
rustc
version is rustc 1.73.0 (macOS)rustc
version is rustc 1.74.0 (Ubuntu)Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: