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 2ccd7c8 commit c50b34aCopy full SHA for c50b34a
deny.toml
@@ -41,3 +41,9 @@ version = "1.0"
41
[[bans.skip]]
42
name = "bitflags"
43
version = "1.0"
44
+
45
+# system-deps depends on an old version of toml / toml_edit
46
+# https://github.com/gdesmott/system-deps/pull/80
47
+[[bans.skip]]
48
+name = "toml_edit"
49
+version = "0.19"
0 commit comments