Skip to content

Commit

Permalink
fix: dep readable not only for unix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Mar 16, 2024
1 parent 6243fcb commit e3d68bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3d68bc

Please sign in to comment.