Skip to content

Commit

Permalink
bump version to 0.5.1 and 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev committed Feb 11, 2025
1 parent 55e3805 commit dbbc3b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "bzip2"
version = "0.5.0"
version = "0.5.1"
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["bzip", "encoding"]
Expand All @@ -19,7 +19,7 @@ publish = true
[workspace]

[dependencies]
bzip2-sys = { version = "0.1.11", path = "bzip2-sys", optional = true }
bzip2-sys = { version = "0.1.12", path = "bzip2-sys", optional = true }

[dependencies.libbz2-rs-sys]
version = "0.1.3"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ a drop-in compatible rust implementation of `libbz2`. With this feature enabled,
like any other rust code, and no C toolchain is needed to compile this crate or its dependencies.

```sh
bzip2 = { version = "0.5.0", default-features = false, features = ["libbz2-rs-sys"] }
bzip2 = { version = "0.5.1", default-features = false, features = ["libbz2-rs-sys"] }
```
*`static`*
Expand Down
2 changes: 1 addition & 1 deletion bzip2-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bzip2-sys"
version = "0.1.11+1.0.8"
version = "0.1.12+1.0.8"
authors = ["Alex Crichton <[email protected]>"]
links = "bzip2"
build = "build.rs"
Expand Down

0 comments on commit dbbc3b4

Please sign in to comment.