Skip to content

Commit

Permalink
Update bzip2-sys in order to use "static" feature
Browse files Browse the repository at this point in the history
This is necessary in order to guarantee that it'll be statically linked.

Signed-off-by: Arthur Silva <[email protected]>
  • Loading branch information
arthurprs committed Jun 10, 2021
1 parent 46b7a1d commit 71d505f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librocksdb_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 71d505f

Please sign in to comment.