Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Jun 12, 2024
1 parent a443b2c commit 939f52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resolver = "2"

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

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

0 comments on commit 939f52c

Please sign in to comment.