We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5199474 commit e512b7dCopy full SHA for e512b7d
deny.toml
@@ -38,8 +38,11 @@ private = { ignore = true }
38
39
[bans]
40
multiple-versions = "deny"
41
-skip = [{ crate = "bitflags@1", reason = "the ecosystem is in the process of migrating" }]
42
-wildcards = "allow" # at least until https://github.com/EmbarkStudios/cargo-deny/issues/241 is fixed
+skip = [
+ { crate = "bitflags@1", reason = "the ecosystem is in the process of migrating" },
43
+ { crate = "rustix", reason = "the ecosystem is in the process of migrating to 1.0 API" },
44
+]
45
+wildcards = "allow" # at least until https://github.com/EmbarkStudios/cargo-deny/issues/241 is fixed
46
47
[bans.build]
48
include-archives = true
0 commit comments