From b2bad7fe1b0f36c0ecb1add5241928d668ee251f Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 18 Aug 2020 13:45:26 +0800 Subject: [PATCH] *-sys: use release lz4 Signed-off-by: Jay Lee --- librocksdb_sys/Cargo.toml | 5 +---- librocksdb_sys/libtitan_sys/Cargo.toml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/librocksdb_sys/Cargo.toml b/librocksdb_sys/Cargo.toml index c94fbc231..f306fb8c8 100644 --- a/librocksdb_sys/Cargo.toml +++ b/librocksdb_sys/Cargo.toml @@ -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" @@ -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" diff --git a/librocksdb_sys/libtitan_sys/Cargo.toml b/librocksdb_sys/libtitan_sys/Cargo.toml index 397d9fac6..ace7fecad 100644 --- a/librocksdb_sys/libtitan_sys/Cargo.toml +++ b/librocksdb_sys/libtitan_sys/Cargo.toml @@ -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 = [] @@ -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"