Commit fe0b8e0
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
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
0 commit comments