Merge pull request #260 from zip-rs/fix/issue_219
fix: make zip-rs build on nightly compiler
This commit is contained in:
commit
6367be606e
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ flate2 = { version = "1.0.0", default-features = false, optional = true }
|
|||
time = { version = "0.3", features = ["formatting", "macros" ], optional = true }
|
||||
byteorder = "1.3"
|
||||
bzip2 = { version = "0.4", optional = true }
|
||||
crc32fast = "1.0"
|
||||
thiserror = "1.0"
|
||||
crc32fast = "1.1.1"
|
||||
thiserror = "1.0.7"
|
||||
|
||||
[dev-dependencies]
|
||||
bencher = "0.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue