mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #5564 from cakebaker/cargo_toml_zip_default_features
Cargo.toml: fix typo
This commit is contained in:
commit
e9bc1eeab5
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ walkdir = "2.4"
|
||||||
winapi-util = "0.1.6"
|
winapi-util = "0.1.6"
|
||||||
windows-sys = { version = "0.48.0", default-features = false }
|
windows-sys = { version = "0.48.0", default-features = false }
|
||||||
xattr = "1.0.1"
|
xattr = "1.0.1"
|
||||||
zip = { version = "0.6.6", default_features = false, features = ["deflate"] }
|
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }
|
||||||
|
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
md-5 = "0.10.6"
|
md-5 = "0.10.6"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue