mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
Remove warning in zstd dependency specification
This commit is contained in:
parent
b804e820f2
commit
14c7023046
@ -23,7 +23,7 @@ tar = "0.4.37"
|
||||
xz2 = "0.1.6"
|
||||
zip = { version = "0.5.13", default-features = false, features = ["deflate-miniz"] }
|
||||
flate2 = { version = "1.0.22", default-features = false, features = ["zlib"] }
|
||||
zstd = { version = "0.9.0+zstd.1.5.0", default-features = false, features = ["thin"] }
|
||||
zstd = { version = "0.9.0", default-features = false, features = ["thin"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.2.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user