Skip to content

Commit e512b7d

Browse files
committed
ci/deny: skip rustix for now
1 parent 5199474 commit e512b7d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

deny.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ private = { ignore = true }
3838

3939
[bans]
4040
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
41+
skip = [
42+
{ 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
4346

4447
[bans.build]
4548
include-archives = true

0 commit comments

Comments
 (0)