mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
Disable unicode feature of getopts
This commit is contained in:
parent
dfc4c4fd7b
commit
cb6b815b82
2 changed files with 1 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue