Skip to content

Commit f5f9d09

Browse files
committed
Release 0.5.2
1 parent 6a5073a commit f5f9d09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1"
4+
version = "0.5.2"
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.12", path = "bzip2-sys", optional = true }
22+
bzip2-sys = { version = "0.1.13", path = "bzip2-sys", optional = true }
2323

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

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.12+1.0.8"
3+
version = "0.1.13+1.0.8"
44
authors = ["Alex Crichton <[email protected]>"]
55
links = "bzip2"
66
build = "build.rs"

0 commit comments

Comments
 (0)