Skip to content

Commit

Permalink
Bump zstd-sys to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed May 5, 2017
1 parent a210fc9 commit 864eb75
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 @@ -7,15 +7,15 @@ categories = ["compression", "api-bindings"]
license = "MIT"
name = "zstd"
repository = "https://github.com/gyscos/zstd-rs"
version = "0.4.8"
version = "0.4.9"
exclude = ["assets"]

[badges]
travis-ci = { repository = "gyscos/zstd-rs" }

[dependencies]
libc = "0.2"
zstd-sys = { path="zstd-sys", version = "1.1.5-a", default-features = false }
zstd-sys = { path="zstd-sys", version = "1.2", default-features = false }
tokio-io = { version = "0.1", optional = true }
futures = { version = "0.1", optional = true }

Expand Down

0 comments on commit 864eb75

Please sign in to comment.