Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Oct 4, 2024
1 parent 715873c commit e58916c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resolver = "2"

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

libz-rs-sys = { version = "0.3.0", path = "./libz-rs-sys", default-features = false }
zlib-rs = { version = "0.3.0", path = "./zlib-rs", default-features = false }
libz-rs-sys = { version = "0.3.1", path = "./libz-rs-sys", default-features = false }
zlib-rs = { version = "0.3.1", path = "./zlib-rs", default-features = false }
dynamic-libz-sys = { path = "./dynamic-libz-sys" }

4 changes: 2 additions & 2 deletions libz-rs-sys-cdylib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libz-rs-sys-cdylib"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
readme = "README.md"
license = "Zlib"
Expand All @@ -21,4 +21,4 @@ rust-allocator = ["libz-rs-sys/rust-allocator", "libz-rs-sys/std"] # by default,
custom-prefix = ["libz-rs-sys/custom-prefix"] # use the LIBZ_RS_SYS_PREFIX to prefix all exported symbols

[dependencies]
libz-rs-sys = { version = "0.3.0", path = "../libz-rs-sys", default-features = false }
libz-rs-sys = { version = "0.3.1", path = "../libz-rs-sys", default-features = false }

0 comments on commit e58916c

Please sign in to comment.