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 c9c17c7 commit f4bc1fdCopy full SHA for f4bc1fd
deny.toml
@@ -19,6 +19,8 @@ deny = [
19
{ crate = "term" },
20
]
21
skip = [
22
+ { crate = "getrandom@0.2.15", reason = "quickcheck depends on rand which depends on it" },
23
+ { crate = "wasi@0.11.0+wasi-snapshot-preview1", reason = "quickcheck depends on rand which depends on it" },
24
{ crate = "itertools@0.12.1", reason = "aws-lc-sys depends on bindgen which depends on it" },
25
{ crate = "unicode-width@0.1.14", reason = "protox depends on miette wich depends on it" },
26
0 commit comments