mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-02-02 04:12:25 +00:00
deny: fail on multiple versions
Will ensure to keep the ignore list up to date.
This commit is contained in:
parent
2aa529fbdf
commit
33dbedf59c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ allow-osi-fsf-free = "either"
|
||||||
confidence-threshold = 0.8
|
confidence-threshold = 0.8
|
||||||
|
|
||||||
[bans]
|
[bans]
|
||||||
multiple-versions = "warn"
|
multiple-versions = "deny"
|
||||||
highlight = "all"
|
highlight = "all"
|
||||||
|
|
||||||
# ignore duplicated deps because of outdated glutin
|
# ignore duplicated deps because of outdated glutin
|
||||||
|
|
Loading…
Reference in a new issue