Skip to content

Commit dbbc3b4

Browse files
committed
bump version to 0.5.1 and 0.1.12
1 parent 55e3805 commit dbbc3b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "bzip2"
4-
version = "0.5.0"
4+
version = "0.5.1"
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
keywords = ["bzip", "encoding"]
@@ -19,7 +19,7 @@ publish = true
1919
[workspace]
2020

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

2424
[dependencies.libbz2-rs-sys]
2525
version = "0.1.3"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ a drop-in compatible rust implementation of `libbz2`. With this feature enabled,
1717
like any other rust code, and no C toolchain is needed to compile this crate or its dependencies.
1818

1919
```sh
20-
bzip2 = { version = "0.5.0", default-features = false, features = ["libbz2-rs-sys"] }
20+
bzip2 = { version = "0.5.1", default-features = false, features = ["libbz2-rs-sys"] }
2121
```
2222
2323
*`static`*

bzip2-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bzip2-sys"
3-
version = "0.1.11+1.0.8"
3+
version = "0.1.12+1.0.8"
44
authors = ["Alex Crichton <[email protected]>"]
55
links = "bzip2"
66
build = "build.rs"

0 commit comments

Comments
 (0)