Skip to content

Commit a7853c0

Browse files
authored
Merge pull request rust-lang#415 from folkertdev/bump-version-zlib-rs-0.2.1
release version 1.0.31: bump libz-rs-sys version
2 parents 9e6af00 + e6f6949 commit a7853c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "flate2"
33
authors = ["Alex Crichton <[email protected]>", "Josh Triplett <[email protected]>"]
4-
version = "1.0.30"
4+
version = "1.0.31"
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
@@ -19,7 +19,7 @@ and raw deflate streams.
1919
[dependencies]
2020
libz-sys = { version = "1.1.8", optional = true, default-features = false }
2121
libz-ng-sys = { version = "1.1.8", optional = true }
22-
libz-rs-sys = { version = "0.1.1", optional = true, default-features = false, features = ["std", "rust-allocator"] }
22+
libz-rs-sys = { version = "0.2.1", optional = true, default-features = false, features = ["std", "rust-allocator"] }
2323
cloudflare-zlib-sys = { version = "0.3.0", optional = true }
2424
miniz_oxide = { version = "0.7.1", optional = true, default-features = false, features = ["with-alloc"] }
2525
crc32fast = "1.2.0"

0 commit comments

Comments
 (0)