Unverified Commit 91c4851c authored by Jay's avatar Jay Committed by GitHub

*-sys: use release lz4 (#531)

Signed-off-by: 's avatarJay Lee <BusyJayLee@gmail.com>
parent dba76571
......@@ -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"
......@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment