Disable jemalloc for rocksdb 0.22 to fix windows builds

This commit is contained in:
Luke Parker
2024-03-09 04:26:24 -05:00
parent 6374d9987e
commit ae0ecf9efe
2 changed files with 1 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ rustdoc-args = ["--cfg", "docsrs"]
rocksdb = { version = "0.22", default-features = false }
[features]
jemalloc = ["rocksdb/jemalloc"]
jemalloc = []
snappy = ["rocksdb/snappy"]
lz4 = ["rocksdb/lz4"]
zstd = ["rocksdb/zstd"]