Skip to content

Commit 939f52c

Browse files
committed
Release 0.2.0
1 parent a443b2c commit 939f52c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resolver = "2"
1212

1313
# Global settings for our crates
1414
[workspace.package]
15-
version = "0.1.1"
15+
version = "0.2.0"
1616
edition = "2021"
1717
license = "Zlib"
1818
repository = "https://github.com/memorysafety/zlib-rs"
@@ -34,6 +34,6 @@ libz-sys = { version = "1.1.12", default-features = false, features = ["zlib-ng"
3434
arbitrary = { version = "1.0" }
3535
quickcheck = { version = "1.0.3", default-features = false, features = [] }
3636

37-
zlib-rs = { version = "0.1.1", path = "./zlib-rs", default-features = false }
37+
zlib-rs = { version = "0.2.0", path = "./zlib-rs", default-features = false }
3838
load-dynamic-libz-ng = { path = "./load-dynamic-libz-ng" }
3939

0 commit comments

Comments
 (0)