Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bczhc committed Dec 18, 2024
1 parent 47b20a4 commit 17f1322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bzip3"
authors = ["bczhc <bczhc0@126.com>"]
version = "0.9.1"
version = "0.10.0"
edition = "2021"
license = "LGPL-3.0-only"
readme = "README.md"
Expand All @@ -16,10 +16,10 @@ categories = ["compression", "api-bindings"]
members = ["libbzip3-sys"]

[dependencies]
thiserror = "1.0.38"
thiserror = "2.0.8"
byteorder = "1.4.3"
bytesize = "1.1.0"
libbzip3-sys = { path = "libbzip3-sys", version = "0.4.0+1.4.0" }
libbzip3-sys = { path = "libbzip3-sys", version = "0.5.0+1.5.1" }

[dev-dependencies]
clap = "4.0.32"
Expand Down
2 changes: 1 addition & 1 deletion libbzip3-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "libbzip3-sys"
authors = ["bczhc <bczhc0@126.com>"]
version = "0.4.0+1.4.0"
version = "0.5.0+1.5.1"
edition = "2021"
build = "build.rs"
license = "LGPL-3.0-only"
Expand Down

0 comments on commit 17f1322

Please sign in to comment.