forked from mirrors/gstreamer-rs
deny: Remove obsolete configurations
This commit is contained in:
parent
6fdf35846e
commit
840a1129ba
1 changed files with 0 additions and 6 deletions
|
@ -26,16 +26,10 @@ confidence-threshold = 0.8
|
|||
multiple-versions = "deny"
|
||||
wildcards = "allow"
|
||||
highlight = "all"
|
||||
skip-tree = [
|
||||
# Winit introduces quite a few duplicate (outdated!) dependencies together
|
||||
# with its direct dependant glutin.
|
||||
{ name = "winit", version = "0.24" }
|
||||
]
|
||||
|
||||
[sources]
|
||||
unknown-registry = "deny"
|
||||
unknown-git = "deny"
|
||||
allow-git = [
|
||||
"https://github.com/gtk-rs/gtk-rs",
|
||||
"https://github.com/gtk-rs/gtk-rs-core",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue