Skip to content

Commit

Permalink
rust: update to latest zstd crates
Browse files Browse the repository at this point in the history
We were running a fork to get experimental zdict features. Now that my
patches have been incorporated upstream, we can use the official
releases.

This also gets our libzstd version on par with the vendored copy.
  • Loading branch information
indygreg committed Dec 30, 2020
1 parent fa5b832 commit f98195f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@ libc = "0.2"
num_cpus = "1"

[dependencies.zstd-safe]
#version = "2.0.4"
git = "https://github.com/indygreg/zstd-rs.git"
rev = "2f70a50ac5eddc716d356694de9ed46f6b6b37bb"
version = "3.0.0+zstd.1.4.8"
features = ["experimental", "legacy", "zstdmt"]

[dependencies.zstd-sys]
#version = "1.4.16"
git = "https://github.com/indygreg/zstd-rs.git"
rev = "2f70a50ac5eddc716d356694de9ed46f6b6b37bb"
version = "1.4.19+zstd.1.4.8"
features = ["experimental", "legacy", "zstdmt"]

[dependencies.pyo3]
Expand Down

0 comments on commit f98195f

Please sign in to comment.