Skip to content

Commit 37343ec

Browse files
committed
update rc-zip version
1 parent 34317c7 commit 37343ec

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ wasm-bindgen-test = "0.3.42"
112112
### These crates don't compile on wasm
113113
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
114114
rocksdb = { version = "0.21.0", optional = true }
115-
rc-zip = { version = "4.0.0", default-features = false }
116-
rc-zip-sync = "4.0.0"
115+
rc-zip = { version = "5.1.0", default-features = false }
116+
rc-zip-sync = "4.1.0"

src/core/src/errors.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use thiserror::Error;
22

3-
#[non_exhaustive]
43
#[derive(Debug, Error)]
54
#[non_exhaustive]
65
pub enum SourmashError {

0 commit comments

Comments
 (0)