-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vincent Siles
committed
Dec 10, 2024
1 parent
e9b7828
commit 5a731bf
Showing
2 changed files
with
18 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[licenses] | ||
version = 2 | ||
allow = ["Apache-2.0", "BSD-3-Clause", "MIT", "Unicode-DFS-2016", "ISC", "MPL-2.0"] | ||
allow = ["Apache-2.0", "BSD-3-Clause", "MIT", "Unicode-3.0", "ISC"] | ||
|
||
[[licenses.clarify]] | ||
name = "ring" | ||
|
@@ -12,15 +12,11 @@ multiple-versions = "warn" | |
wildcards = "deny" | ||
|
||
skip = [ | ||
{ crate = "bitflags@1", reason = "used by `redox`, `security-framework` and `system-configuration`" }, | ||
{ crate = "[email protected]", reason = "used by `protobuf-parse`" }, | ||
{ crate = "[email protected]", reason = "used by `strum` and `sqlx`" }, | ||
{ crate = "indexmap@1", reason = "used by `protobuf-parse`" }, | ||
{ crate = "syn@1", reason = "used by `diff_derive`" }, | ||
{ crate = "bitflags@1", reason = "used by `redox`, `security-framework` and `system-configuration`" }, | ||
] | ||
|
||
skip-tree = [ | ||
{ crate = "windows-sys", reason = "Several foundational crates are not yet up to date" }, | ||
{ crate = "windows-sys", reason = "Several foundational crates are not yet up to date" }, | ||
{ crate = "windows-targets", reason = "Several foundational crates are not yet up to date" }, | ||
] | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.