Merge pull request #260 from zip-rs/fix/issue_219

fix: make zip-rs build on nightly compiler
This commit is contained in:
Alexander Zaitsev 2022-01-22 18:15:16 +03:00 committed by GitHub
commit 6367be606e
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,8 @@ flate2 = { version = "1.0.0", default-features = false, optional = true }
time = { version = "0.3", features = ["formatting", "macros" ], optional = true } time = { version = "0.3", features = ["formatting", "macros" ], optional = true }
byteorder = "1.3" byteorder = "1.3"
bzip2 = { version = "0.4", optional = true } bzip2 = { version = "0.4", optional = true }
crc32fast = "1.0" crc32fast = "1.1.1"
thiserror = "1.0" thiserror = "1.0.7"
[dev-dependencies] [dev-dependencies]
bencher = "0.1" bencher = "0.1"