Skip to content

Commit

Permalink
Bump to 0.2.11, fixed miniz dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Nov 8, 2015
1 parent 70d13e2 commit 51eecb7
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 @@ -2,7 +2,7 @@

name = "flate2"
authors = ["Alex Crichton <[email protected]>"]
version = "0.2.10"
version = "0.2.11"
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["gzip", "flate", "zlib", "encoding"]
Expand All @@ -17,7 +17,7 @@ streams.

[dependencies]
libc = "0.2"
miniz-sys = { path = "miniz-sys", version = "0.1.6" }
miniz-sys = { path = "miniz-sys", version = "0.1.7" }

[dev-dependencies]
rand = "0.3"

0 comments on commit 51eecb7

Please sign in to comment.