Skip to content

Commit

Permalink
Use blosc2 from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Mar 20, 2024
1 parent 1a615c8 commit c79d5f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion libcramjam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ brotli = { version = "^3", default-features = false, features = ["std", "ffi-api
bzip2 = "^0.4"
lz4 = "^1"
flate2 = "^1"
blosc2-rs = { path = "../../blosc2-rs", version = "0.2.0+2.13.2" }
blosc2-rs = "0.2.0+2.13.2"
libdeflater = "^1"
zstd = "0.13.0"
libc = { version = "0.2", optional = true }
Expand Down

0 comments on commit c79d5f4

Please sign in to comment.