Skip to content

Commit

Permalink
update rc-zip version
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Mar 23, 2024
1 parent 34317c7 commit 37343ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ wasm-bindgen-test = "0.3.42"
### These crates don't compile on wasm
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rocksdb = { version = "0.21.0", optional = true }
rc-zip = { version = "4.0.0", default-features = false }
rc-zip-sync = "4.0.0"
rc-zip = { version = "5.1.0", default-features = false }
rc-zip-sync = "4.1.0"
1 change: 0 additions & 1 deletion src/core/src/errors.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use thiserror::Error;

#[non_exhaustive]
#[derive(Debug, Error)]
#[non_exhaustive]
pub enum SourmashError {
Expand Down

0 comments on commit 37343ec

Please sign in to comment.