We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2158f5a commit 016e181Copy full SHA for 016e181
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bzip2"
3
-version = "0.4.2"
+version = "0.4.3"
4
authors = ["Alex Crichton <alex@alexcrichton.com>"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
@@ -18,7 +18,7 @@ categories = ["compression", "api-bindings"]
18
19
[dependencies]
20
libc = "0.2"
21
-bzip2-sys = { version = "0.1.4", path = "bzip2-sys" }
+bzip2-sys = { version = "0.1.11", path = "bzip2-sys" }
22
tokio-io = { version = "0.1", optional = true }
23
futures = { version = "0.1", optional = true }
24
bzip2-sys/Cargo.toml
name = "bzip2-sys"
-version = "0.1.10+1.0.8"
+version = "0.1.11+1.0.8"
links = "bzip2"
build = "build.rs"
0 commit comments