Skip to content

Commit 5422149

Browse files
committed
Release 0.5.2
1 parent 9ebf9f7 commit 5422149

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resolver = "2"
1515

1616
# Global settings for our crates
1717
[workspace.package]
18-
version = "0.5.1"
18+
version = "0.5.2"
1919
edition = "2021"
2020
license = "Zlib"
2121
repository = "https://github.com/trifectatechfoundation/zlib-rs"
@@ -37,6 +37,6 @@ libz-sys = { version = "1.1.21", default-features = false, features = ["zlib-ng"
3737
arbitrary = { version = "1.0" }
3838
quickcheck = { version = "1.0.3", default-features = false, features = [] }
3939

40-
libz-rs-sys = { version = "0.5.1", path = "./libz-rs-sys", default-features = false }
41-
zlib-rs = { version = "0.5.1", path = "./zlib-rs", default-features = false }
40+
libz-rs-sys = { version = "0.5.2", path = "./libz-rs-sys", default-features = false }
41+
zlib-rs = { version = "0.5.2", path = "./zlib-rs", default-features = false }
4242
dynamic-libz-sys = { path = "./dynamic-libz-sys" }

libz-rs-sys-cdylib/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.

libz-rs-sys-cdylib/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libz-rs-sys-cdylib"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition = "2021"
55
readme = "README.md"
66
license = "Zlib"
@@ -35,8 +35,8 @@ gzprintf = []
3535
__internal-test = []
3636

3737
[dependencies]
38-
libz-rs-sys = { version = "0.5.1", path = "../libz-rs-sys", default-features = false, features = ["export-symbols"] }
39-
zlib-rs = { version = "0.5.1", path = "../zlib-rs", default-features = false }
38+
libz-rs-sys = { version = "0.5.2", path = "../libz-rs-sys", default-features = false, features = ["export-symbols"] }
39+
zlib-rs = { version = "0.5.2", path = "../zlib-rs", default-features = false }
4040
libc = { version = "0.2.171", optional = true }
4141

4242
[package.metadata.capi.library]

libz-rs-sys/include/zlib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
extern "C" {
4646
#endif
4747

48-
#define ZLIB_VERSION "1.3.0.zlib-rs-0.5.1"
48+
#define ZLIB_VERSION "1.3.0.zlib-rs-0.5.2"
4949
#define ZLIB_VERNUM 0x131f
5050
#define ZLIB_VER_MAJOR 1
5151
#define ZLIB_VER_MINOR 3

test-libz-rs-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition.workspace = true
77
license.workspace = true
88
repository.workspace = true
99
homepage.workspace = true
10-
publish.workspace = true
10+
publish = false
1111
rust-version.workspace = true
1212

1313

0 commit comments

Comments
 (0)