Skip to content

Commit

Permalink
Avoid pulling in dependencies via static feature flag (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Aug 5, 2022
1 parent 63240f6 commit 934855f
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 @@ -14,7 +14,7 @@ links = "rocksdb"
[features]
default = [ "static" ]
jemalloc = ["tikv-jemalloc-sys"]
static = ["libz-sys/static", "bzip2-sys/static"]
static = ["libz-sys?/static", "bzip2-sys?/static"]
snappy = []
lz4 = []
zstd = ["zstd-sys"]
Expand Down

0 comments on commit 934855f

Please sign in to comment.