Disable unicode feature of getopts

This commit is contained in:
Matt Brubeck 2025-09-03 10:22:48 -07:00
parent dfc4c4fd7b
commit cb6b815b82
2 changed files with 1 additions and 10 deletions

View file

@ -15,7 +15,7 @@ exclude = ["/tools", "/.github", "/Cross.toml", "/content", "/CODE_OF_CONDUCT.md
configparser = "3.0"
env_logger = { version = "0.11", default-features = false, features = ["auto-color", "humantime"] }
futures-util = "0.3"
getopts = "0.2.24"
getopts = { version = "0.2.24", default-features = false }
glob = "0.3"
log = "0.4"
mime_guess = "2.0"