Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Jul 8, 2024
1 parent 6b54a44 commit 98dfc3b
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.2.0"
version = "0.2.1"
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.2.0", path = "./zlib-rs", default-features = false }
zlib-rs = { version = "0.2.1", path = "./zlib-rs", default-features = false }
dynamic-libz-sys = { path = "./dynamic-libz-sys" }

0 comments on commit 98dfc3b

Please sign in to comment.