Skip to content

Commit

Permalink
Bump version 0.2.5 -> 0.2.6 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger authored May 6, 2024
1 parent 5543de4 commit bb36314
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.5+2.14.3"
version = "0.2.6+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.5+2.14.3" }
blosc2-sys = { path = "blosc2-sys", version = "0.2.6+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.5+2.14.3"
version = "0.2.6+2.14.3"
edition = "2021"
description = "Bindings to C Blosc2"
license = "MIT"
Expand Down

0 comments on commit bb36314

Please sign in to comment.