mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 13:20:06 -04:00
ci: fix cargo deny
This commit is contained in:
committed by
Kirill Chibisov
parent
f2fb7dee3d
commit
cf829a44e7
16
deny.toml
16
deny.toml
@@ -25,12 +25,12 @@ targets = [
|
|||||||
|
|
||||||
[licenses]
|
[licenses]
|
||||||
allow = [
|
allow = [
|
||||||
"Apache-2.0", # https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)
|
"Apache-2.0", # https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)
|
||||||
"BSD-2-Clause", # https://tldrlegal.com/license/bsd-2-clause-license-(freebsd)
|
"BSD-2-Clause", # https://tldrlegal.com/license/bsd-2-clause-license-(freebsd)
|
||||||
"BSD-3-Clause", # https://tldrlegal.com/license/bsd-3-clause-license-(revised)
|
"BSD-3-Clause", # https://tldrlegal.com/license/bsd-3-clause-license-(revised)
|
||||||
"ISC", # https://tldrlegal.com/license/-isc-license
|
"ISC", # https://tldrlegal.com/license/isc-license
|
||||||
"MIT", # https://tldrlegal.com/license/mit-license
|
"MIT", # https://tldrlegal.com/license/mit-license
|
||||||
"Unicode-DFS-2016", # https://spdx.org/licenses/Unicode-DFS-2016.html
|
"Unicode-3.0", # https://spdx.org/licenses/Unicode-3.0.html
|
||||||
]
|
]
|
||||||
confidence-threshold = 1.0
|
confidence-threshold = 1.0
|
||||||
private = { ignore = true }
|
private = { ignore = true }
|
||||||
@@ -38,8 +38,8 @@ private = { ignore = true }
|
|||||||
[bans]
|
[bans]
|
||||||
multiple-versions = "deny"
|
multiple-versions = "deny"
|
||||||
skip = [
|
skip = [
|
||||||
{ crate = "raw-window-handle", reason = "we depend on multiple behind features" }
|
{ crate = "raw-window-handle", reason = "we depend on multiple behind features" },
|
||||||
{ crate = "bitflags@1", reason = "the ecosystem is in the process of migrating" }
|
{ crate = "bitflags@1", reason = "the ecosystem is in the process of migrating" },
|
||||||
]
|
]
|
||||||
wildcards = "allow" # at least until https://github.com/EmbarkStudios/cargo-deny/issues/241 is fixed
|
wildcards = "allow" # at least until https://github.com/EmbarkStudios/cargo-deny/issues/241 is fixed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user