Skip to content

Commit d5ad4df

Browse files
committed
Release 0.2.0
1 parent 7766615 commit d5ad4df

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude = [
88
]
99

1010
[workspace.package]
11-
version = "0.1.3"
11+
version = "0.2.0"
1212
edition = "2021"
1313
license = "bzip2-1.0.6"
1414
repository = "https://github.com/trifectatechfoundation/libbzip2-rs"

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libbz2-rs-sys-cdylib"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "bzip2-1.0.6"
66
repository = "https://github.com/trifectatechfoundation/libbzip2-rs"
@@ -24,7 +24,7 @@ semver-prefix = ["libbz2-rs-sys/semver-prefix"] # prefix all symbols in a semver
2424
capi = []
2525

2626
[dependencies]
27-
libbz2-rs-sys = { version = "0.1.3", path = "../libbz2-rs-sys", default-features = false, features = ["c-allocator", "export-symbols"] }
27+
libbz2-rs-sys = { version = "0.2.0", path = "../libbz2-rs-sys", default-features = false, features = ["c-allocator", "export-symbols"] }
2828
libc = "0.2"
2929

3030
[package.metadata.capi.library]

0 commit comments

Comments
 (0)