Skip to content

Commit

Permalink
Update to zstd 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Oct 10, 2017
1 parent 7181b72 commit 7ccdf65
Show file tree
Hide file tree
Showing 6 changed files with 740 additions and 478 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.14"
version = "0.4.15+zstd.1.3.2"
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.3.2", default-features = false }
zstd-safe = { path="zstd-safe", version = "1.4", default-features = false }
tokio-io = { version = "0.1", optional = true }
futures = { version = "0.1", optional = true }

Expand Down
4 changes: 2 additions & 2 deletions 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.3.2"
version = "1.4.0+zstd.1.3.2"
description = "Safe low-level bindings for the zstd compression library."
keywords = ["zstd", "zstandard", "compression"]
categories = ["api-bindings", "compression"]
Expand All @@ -10,7 +10,7 @@ license = "MIT/Apache-2.0"
readme = "Readme.md"

[dependencies]
zstd-sys = { path="zstd-sys", version = "1.3.2", default-features = false }
zstd-sys = { path="zstd-sys", version = "1.4", default-features = false }
libc = "0.2.21"

[features]
Expand Down
5 changes: 3 additions & 2 deletions zstd-safe/zstd-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
authors = ["Alexandre Bury <[email protected]>"]
name = "zstd-sys"
build = "build.rs"
version = "1.3.2"
version = "1.4.0+zstd.1.3.2"
description = "Low-level bindings for the zstd compression library."
keywords = ["zstd", "zstandard", "compression"]
categories = ["api-bindings", "compression"]
repository = "https://github.com/gyscos/zstd-rs"
license = "MIT/Apache-2.0"
readme = "Readme.md"
links = "zstd"

[build-dependencies]
bindgen = { version = "0.26", optional = true }
bindgen = { version = "0.30", optional = true }
gcc = "0.3.51"
glob = "0.2.11"

Expand Down
Loading

0 comments on commit 7ccdf65

Please sign in to comment.