Skip to content

Commit 167f544

Browse files
authored
ci(cargo-deny): remove windows-sys exception (#343)
1 parent 42fff68 commit 167f544

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

deny.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ confidence-threshold = 1.0
1414
allow = []
1515
deny = []
1616
multiple-versions = "deny"
17-
skip = [
18-
# Dependency of this crate and and rustix (rustix has older). We only use one at a time.
19-
{ name = "windows-sys" },
20-
]
17+
skip = []
2118
skip-tree = []
2219
wildcards = "deny"
2320

0 commit comments

Comments
 (0)