Skip to content

Commit

Permalink
This version adds support for SSE2/AVX intrinsics
Browse files Browse the repository at this point in the history
mulimoen/rust-blosc-src#7

Bump blosc-sys to 0.3.0
  • Loading branch information
LDeakin committed Nov 9, 2023
1 parent c067b20 commit 9f4cf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ crate-type = ["lib"]
bench = false

[dependencies]
blosc-sys = { version = "0.2.1", package = "blosc-src", features = ["lz4", "zlib", "zstd"], optional = true }
blosc-sys = { version = "0.3.0", package = "blosc-src", features = ["lz4", "zlib", "zstd"], optional = true }
crc32fast = { version = "1.3", optional = true }
derive_more = "0.99"
dyn-clone = "1"
Expand Down

0 comments on commit 9f4cf48

Please sign in to comment.