Skip to content

Commit 71c89f6

Browse files
committed
bump version to 0.2.4
1 parent 973467c commit 71c89f6

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude = [
88
]
99

1010
[workspace.package]
11-
version = "0.2.3"
11+
version = "0.2.4"
1212
edition = "2021"
1313
license = "bzip2-1.0.6"
1414
repository = "https://github.com/trifectatechfoundation/libbzip2-rs"
@@ -24,7 +24,7 @@ libc = "0.2"
2424
[workspace.dependencies.libbz2-rs-sys]
2525
path = "libbz2-rs-sys/"
2626
default-features = false
27-
version = "0.2.3"
27+
version = "0.2.4"
2828

2929
[profile.relwithdebinfo]
3030
inherits = "release"

libbz2-rs-sys-cdylib/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libbz2-rs-sys-cdylib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libbz2-rs-sys-cdylib"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55
license = "bzip2-1.0.6"
66
repository = "https://github.com/trifectatechfoundation/libbzip2-rs"

0 commit comments

Comments
 (0)