Skip to content

Commit fe0b8e0

Browse files
committed
Extend list of allowed licenses
As per cargo-deny ``` error[L001]: failed to satisfy license requirements ┌─ unicode-ident 1.0.2 (registry+https://github.com/rust-lang/crates.io-index):4:13 │ 4 │ license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016" │ -^^^----^^^^^^^^^^------^^^^^^^^^^^^^^^^ │ ││ │ │ │ ││ │ rejected: not explicitly allowed │ ││ accepted: license is explicitly allowed │ │accepted: license is explicitly allowed │ license expression retrieved via Cargo.toml `license` ```
1 parent fc9bd52 commit fe0b8e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deny.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ ignore = [
1414
allow = [
1515
"MIT",
1616
"Apache-2.0",
17-
"0BSD"
17+
"0BSD",
18+
"Unicode-DFS-2016",
1819
]

0 commit comments

Comments
 (0)