mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
add terminal_size to cargo deny exceptions
This commit is contained in:
parent
42377626f6
commit
b821d21b7f
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ skip = [
|
|||
{ name = "windows_i686_msvc", version = "=0.36.1" },
|
||||
{ name = "windows_x86_64_gnu", version = "=0.36.1" },
|
||||
{ name = "windows_x86_64_msvc", version = "=0.36.1" },
|
||||
# console (via indicatif)
|
||||
{ name = "terminal_size", version = "=0.1.17" },
|
||||
]
|
||||
# spell-checker: enable
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue