Skip to content

Commit

Permalink
Fix version 0.3.0+2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Sep 9, 2024
1 parent 0e95305 commit 181a4f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blosc2-rs"
version = "0.4.0+2.15.1"
version = "0.3.0+2.15.1"
description = "Blosc2"
license = "MIT"
edition = "2021"
Expand All @@ -17,7 +17,7 @@ static = ["blosc2-sys/static"]
shared = ["blosc2-sys/shared"]

[dependencies]
blosc2-sys = { path = "blosc2-sys", version = "0.4.0+2.15.1" }
blosc2-sys = { path = "blosc2-sys", version = "0.3.0+2.15.1" }
parking_lot = "^0.12"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion blosc2-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blosc2-sys"
version = "0.4.0+2.15.1"
version = "0.3.0+2.15.1"
edition = "2021"
description = "Bindings to C Blosc2"
license = "MIT"
Expand Down

0 comments on commit 181a4f2

Please sign in to comment.