We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8948ea commit 4bc5a1aCopy full SHA for 4bc5a1a
deny.toml
@@ -9,7 +9,7 @@ allow = [
9
"Apache-2.0",
10
]
11
exceptions = [
12
- { allow = ["Unicode-DFS-2016"], crate = "unicode-ident" },
+ { allow = ["Unicode-3.0", "Unicode-DFS-2016"], crate = "unicode-ident" },
13
14
15
[bans]
0 commit comments