1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

deny.toml: add mio to skip list

This commit is contained in:
Daniel Hofstetter 2024-11-19 09:47:49 +01:00
parent 76477f2ed2
commit 6257cf1793

View file

@ -104,6 +104,8 @@ skip = [
{ name = "terminal_size", version = "0.2.6" },
# ansi-width, console, os_display
{ name = "unicode-width", version = "0.1.13" },
# notify
{ name = "mio", version = "0.8.11" },
]
# spell-checker: enable