Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Jun 23, 2017
1 parent 567eaf7 commit 6709c40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ categories = ["compression", "api-bindings"]
license = "MIT"
name = "zstd"
repository = "https://github.com/gyscos/zstd-rs"
version = "0.4.10"
version = "0.4.11"
exclude = ["assets"]
readme = "Readme.md"

Expand All @@ -16,7 +16,7 @@ travis-ci = { repository = "gyscos/zstd-rs" }

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

Expand Down
2 changes: 1 addition & 1 deletion zstd-safe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Alexandre Bury <[email protected]>"]
name = "zstd-safe"
version = "1.2.0"
version = "1.2.1"
description = "Safe low-level bindings for the zstd compression library."
keywords = ["zstd", "zstandard", "compression"]
categories = ["api-bindings", "compression"]
Expand Down

0 comments on commit 6709c40

Please sign in to comment.