mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
simplify deny config
This commit is contained in:
parent
dba5206e46
commit
e661ee6e3e
1 changed files with 1 additions and 2 deletions
|
|
@ -21,6 +21,5 @@ version = "1.0.3"
|
|||
[bans]
|
||||
multiple-versions = "deny"
|
||||
skip-tree = [
|
||||
{ name = "windows-sys" },
|
||||
{ name = "hermit-abi" }
|
||||
{ name = "windows-sys" }
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue