mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
fix: dep readable not only for unix
This commit is contained in:
parent
6243fcb4a6
commit
e3d68bc36b
1 changed files with 1 additions and 1 deletions
|
@ -76,12 +76,12 @@ strsim = "0.11.0"
|
|||
strip-ansi-escapes = "0.2.0"
|
||||
derive_more = {version="0.99.17", default-features=false, features=["display"]}
|
||||
serde-this-or-that = "0.4.2"
|
||||
readable = "0.16"
|
||||
# Unix dependencies
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
tar = "0.4.40"
|
||||
flate2 = "1.0"
|
||||
sudo = "0.6.0"
|
||||
readable = "0.16"
|
||||
# macOS
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
# On apple-darwin targets there is an issue with the native and rustls
|
||||
|
|
Loading…
Reference in a new issue