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 c0ee7b2 commit b3be82eCopy full SHA for b3be82e
deny.toml
@@ -1,3 +1,4 @@
1
+[graph]
2
targets = [
3
{ triple = "x86_64-unknown-linux-gnu" },
4
{ triple = "x86_64-apple-darwin" },
@@ -7,8 +8,6 @@ targets = [
7
8
9
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
10
[advisories]
-vulnerability = "deny"
11
-unmaintained = "deny"
12
yanked = "deny"
13
ignore = []
14
@@ -19,6 +18,7 @@ allow = [
19
18
"Apache-2.0",
20
"MIT",
21
"Unicode-DFS-2016",
+ "Unicode-3.0",
22
]
23
24
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
0 commit comments