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
Is your feature request related to a problem? Please describe.
When using [bans.workspace.duplicates] with cargo-hakari, duplicates are reported for the workspace-hack crate. As this crate is auto-generated, this is not an error (but it is everywhere else).
Describe the solution you'd like
Adding a [bans.workspace.skip] field that allows you to opt out of checks in specific workspace crates.
Describe alternatives you've considered
Adapting cargo-hakari to generate { workspace = true } instead of setting the version, but this seems to not be feasible.
Replacing the workspace-hack/Cargo.toml with a dummy before running cargo-deny
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When using
[bans.workspace.duplicates]
withcargo-hakari
, duplicates are reported for theworkspace-hack
crate. As this crate is auto-generated, this is not an error (but it is everywhere else).Describe the solution you'd like
Adding a
[bans.workspace.skip]
field that allows you to opt out of checks in specific workspace crates.Describe alternatives you've considered
cargo-hakari
to generate{ workspace = true }
instead of setting the version, but this seems to not be feasible.workspace-hack/Cargo.toml
with a dummy before runningcargo-deny
The text was updated successfully, but these errors were encountered: