ci/deny: add rustix
Will take a while to move to 1.0 for everyone.
This commit is contained in:
parent
8ad016362a
commit
2d4b9938f0
1 changed files with 6 additions and 2 deletions
|
|
@ -38,8 +38,12 @@ private = { ignore = true }
|
||||||
|
|
||||||
[bans]
|
[bans]
|
||||||
multiple-versions = "deny"
|
multiple-versions = "deny"
|
||||||
skip = [{ crate = "bitflags@1", reason = "the ecosystem is in the process of migrating" }]
|
skip = [
|
||||||
wildcards = "allow" # at least until https://github.com/EmbarkStudios/cargo-deny/issues/241 is fixed
|
{ crate = "bitflags@1", reason = "the ecosystem is in the process of migrating" },
|
||||||
|
{ crate = "rustix@0.38", reason = "the ecosystem is in the process of migrating" },
|
||||||
|
{ crate = "linux-raw-sys@0.4", reason = "the ecosystem is in the process of migrating" },
|
||||||
|
]
|
||||||
|
wildcards = "allow" # at least until https://github.com/EmbarkStudios/cargo-deny/issues/241 is fixed
|
||||||
|
|
||||||
[bans.build]
|
[bans.build]
|
||||||
include-archives = true
|
include-archives = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue