1
Fork 0
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:
Sylvestre Ledru 2023-11-21 09:47:22 +01:00 committed by GitHub
commit e9bc1eeab5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"