Unverified Commit 23a4d476 authored by Arthur Silva's avatar Arthur Silva Committed by GitHub

Update bzip2-sys in order to use "static" feature (#628)

parent 46b7a1da
......@@ -6,7 +6,7 @@ build = "build.rs"
links = "rocksdb"
[dependencies]
bzip2-sys = "0.1.8+1.0.8"
bzip2-sys = { version = "0.1.11+1.0.8", features = ["static"] }
libc = "0.2.11"
libtitan_sys = { path = "libtitan_sys" }
libz-sys = { version = "1.1", features = ["static"] }
......
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