Skip to content

Commit 0d4329f

Browse files
committed
release version 0.6.2
1 parent 0063298 commit 0d4329f

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
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: 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.6.1"
18+
version = "0.6.2"
1919
edition = "2021"
2020
license = "Zlib"
2121
repository = "https://github.com/trifectatechfoundation/zlib-rs"
@@ -37,6 +37,6 @@ libz-sys = { version = "1.1.23", 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.6.1", path = "./libz-rs-sys", default-features = false }
41-
zlib-rs = { version = "0.6.1", path = "./zlib-rs", default-features = false }
40+
libz-rs-sys = { version = "0.6.2", path = "./libz-rs-sys", default-features = false }
41+
zlib-rs = { version = "0.6.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.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
readme = "README.md"
66
license = "Zlib"
@@ -43,8 +43,8 @@ gzprintf = ["libz-rs-sys/gzprintf"]
4343
__internal-test = []
4444

4545
[dependencies]
46-
libz-rs-sys = { version = "0.6.1", path = "../libz-rs-sys", default-features = false, features = ["export-symbols"] }
47-
zlib-rs = { version = "0.6.1", path = "../zlib-rs", default-features = false }
46+
libz-rs-sys = { version = "0.6.2", path = "../libz-rs-sys", default-features = false, features = ["export-symbols"] }
47+
zlib-rs = { version = "0.6.2", path = "../zlib-rs", default-features = false }
4848

4949
[package.metadata.capi.library]
5050
version = "1.3.0" # the zlib api version we match

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.6.1"
48+
#define ZLIB_VERSION "1.3.0.zlib-rs-0.6.2"
4949
#define ZLIB_VERNUM 0x131f
5050
#define ZLIB_VER_MAJOR 1
5151
#define ZLIB_VER_MINOR 3

0 commit comments

Comments
 (0)