Fix up merge of https://github.com/Pr0methean/zip-next/pull/8
This commit is contained in:
parent
fd081c9f8c
commit
e30f57f344
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ hmac = { version = "0.12.1", optional = true, features = ["reset"] }
|
|||
pbkdf2 = {version = "0.12.1", optional = true }
|
||||
sha1 = {version = "0.10.5", optional = true }
|
||||
time = { version = "0.3.21", optional = true, default-features = false, features = ["std"] }
|
||||
zstd = { version = "0.12.3", optional = true }
|
||||
zstd = { version = "0.12.3", optional = true, default-features = false }
|
||||
zopfli = { version = "0.7.4", optional = true }
|
||||
|
||||
[target.'cfg(any(all(target_arch = "arm", target_pointer_width = "32"), target_arch = "mips", target_arch = "powerpc"))'.dependencies]
|
||||
|
|
Loading…
Add table
Reference in a new issue