Skip to content

Commit 016e181

Browse files
committed
Bump versions
1 parent 2158f5a commit 016e181

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bzip2"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
@@ -18,7 +18,7 @@ categories = ["compression", "api-bindings"]
1818

1919
[dependencies]
2020
libc = "0.2"
21-
bzip2-sys = { version = "0.1.4", path = "bzip2-sys" }
21+
bzip2-sys = { version = "0.1.11", path = "bzip2-sys" }
2222
tokio-io = { version = "0.1", optional = true }
2323
futures = { version = "0.1", optional = true }
2424

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.10+1.0.8"
3+
version = "0.1.11+1.0.8"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
links = "bzip2"
66
build = "build.rs"

0 commit comments

Comments
 (0)