Skip to content

Commit

Permalink
*-sys: use release lz4 (#531)
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Lee <[email protected]>
  • Loading branch information
BusyJay authored Aug 18, 2020
1 parent dba7657 commit 91c4851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions librocksdb_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ libtitan_sys = { path = "libtitan_sys" }
libz-sys = { version = "1.0.25", features = ["static"] }
openssl-sys = { version = "0.9.54", optional = true, features = ["vendored"] }
zstd-sys = "1.4.15+zstd.1.4.4"
lz4-sys = "1.9"

[dev-dependencies]
tempfile = "3.1"
Expand All @@ -38,10 +39,6 @@ version = "0.4.0"
optional = true
features = ["unprefixed_malloc_on_supported_platforms"]

[dependencies.lz4-sys]
git = "https://github.com/busyjay/lz4-rs.git"
branch = "adjust-build"

[dependencies.snappy-sys]
git = "https://github.com/busyjay/rust-snappy.git"
branch = "static-link"
5 changes: 1 addition & 4 deletions librocksdb_sys/libtitan_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ bzip2-sys = "0.1.8+1.0.8"
libc = "0.2.11"
libz-sys = { version = "1.0.25", features = ["static"] }
zstd-sys = "1.4.15+zstd.1.4.4"
lz4-sys = "1.9"

[features]
default = []
Expand All @@ -21,10 +22,6 @@ sse = []
cc = "1.0.3"
cmake = "0.1"

[dependencies.lz4-sys]
git = "https://github.com/busyjay/lz4-rs.git"
branch = "adjust-build"

[dependencies.snappy-sys]
git = "https://github.com/busyjay/rust-snappy.git"
branch = "static-link"

0 comments on commit 91c4851

Please sign in to comment.