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
https://crates.io/crates/cargo-deny?lid=35102
Got several license errors when running "cargo deny check", for example:
error[rejected]: failed to satisfy license requirements ┌─ windows_x86_64_msvc 0.52.0 (registry+https://github.com/rust-lang/crates.io-index):4:12 │ 4 │ license = "MIT OR Apache-2.0" │ ^^^----^^^^^^^^^^ │ │ │ │ │ rejected: license was not explicitly allowed │ license expression retrieved via Cargo.toml license │ rejected: license was not explicitly allowed │ = MIT - MIT License: = - OSI approved = - FSF Free/Libre = Apache-2.0 - Apache License 2.0: = - OSI approved = - FSF Free/Libre = windows_x86_64_msvc v0.52.0 └── windows-targets v0.52.0 └── windows-sys v0.52.0 ├── anstyle-query v1.0.2 │ └── anstream v0.6.11 │ └── clap_builder v4.5.0 │ └── clap v4.5.0 │ └── gift_circle v0.11.1 └── anstyle-wincon v3.0.2 └── anstream v0.6.11 (*)
license
advisories ok, bans ok, licenses FAILED, sources ok
The text was updated successfully, but these errors were encountered:
cwkingjr
No branches or pull requests
https://crates.io/crates/cargo-deny?lid=35102
Got several license errors when running "cargo deny check", for example:
error[rejected]: failed to satisfy license requirements
┌─ windows_x86_64_msvc 0.52.0 (registry+https://github.com/rust-lang/crates.io-index):4:12
│
4 │ license = "MIT OR Apache-2.0"
│ ^^^----^^^^^^^^^^
│ │ │
│ │ rejected: license was not explicitly allowed
│ license expression retrieved via Cargo.toml
license
│ rejected: license was not explicitly allowed
│
= MIT - MIT License:
= - OSI approved
= - FSF Free/Libre
= Apache-2.0 - Apache License 2.0:
= - OSI approved
= - FSF Free/Libre
= windows_x86_64_msvc v0.52.0
└── windows-targets v0.52.0
└── windows-sys v0.52.0
├── anstyle-query v1.0.2
│ └── anstream v0.6.11
│ └── clap_builder v4.5.0
│ └── clap v4.5.0
│ └── gift_circle v0.11.1
└── anstyle-wincon v3.0.2
└── anstream v0.6.11 (*)
advisories ok, bans ok, licenses FAILED, sources ok
The text was updated successfully, but these errors were encountered: