Skip to content

Commit

Permalink
allow Unicode 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Nov 11, 2024
1 parent 141ba01 commit 1920f2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ allow = [
"BSD-3-Clause",
"MIT",
"Unicode-DFS-2016",
"Unicode-3.0",
"Zlib",
]

Expand All @@ -35,4 +36,4 @@ deny = [
[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-registry = ["https://github.com/rust-lang/crates.io-index"]

0 comments on commit 1920f2f

Please sign in to comment.