Skip to content

Commit

Permalink
Bump version 0.2.4 -> 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed May 1, 2024
1 parent b655743 commit 73aae4d
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.2.4+2.14.3"
version = "0.2.5+2.14.3"
description = "Blosc2"
license = "MIT"
edition = "2021"
Expand All @@ -16,7 +16,7 @@ static = ["blosc2-sys/static"]
shared = ["blosc2-sys/shared"]

[dependencies]
blosc2-sys = { path = "blosc2-sys", version = "0.2.3+2.14.3" }
blosc2-sys = { path = "blosc2-sys", version = "0.2.5+2.14.3" }
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.2.4+2.14.3"
version = "0.2.5+2.14.3"
edition = "2021"
description = "Bindings to C Blosc2"
license = "MIT"
Expand Down

0 comments on commit 73aae4d

Please sign in to comment.