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 6a5073a commit f5f9d09Copy full SHA for f5f9d09
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
edition = "2021"
3
name = "bzip2"
4
-version = "0.5.1"
+version = "0.5.2"
5
license = "MIT OR Apache-2.0"
6
readme = "README.md"
7
keywords = ["bzip", "encoding"]
@@ -19,7 +19,7 @@ publish = true
19
[workspace]
20
21
[dependencies]
22
-bzip2-sys = { version = "0.1.12", path = "bzip2-sys", optional = true }
+bzip2-sys = { version = "0.1.13", path = "bzip2-sys", optional = true }
23
24
[dependencies.libbz2-rs-sys]
25
version = "0.1.3"
bzip2-sys/Cargo.toml
@@ -1,6 +1,6 @@
name = "bzip2-sys"
-version = "0.1.12+1.0.8"
+version = "0.1.13+1.0.8"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
links = "bzip2"
build = "build.rs"
0 commit comments