Stop using default features for rocksdb

We only need zstd and snappy
This commit is contained in:
Rohan Kumar 2023-10-21 21:05:10 -07:00
parent 58a83f06b1
commit d08beada62
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 1 additions and 12 deletions

View file

@ -88,7 +88,7 @@ heed = { git = "https://github.com/timokoesters/heed.git", rev = "f6f825da7fb2c7
# Used for ruma wrapper
serde_html_form = "0.2.0"
rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb", rev = "bbb3fad23a3e41ead0fbf25c39d7300a14b2be7b", default-features = true, features = ["multi-threaded-cf", "zstd", "io-uring"], optional = true }
rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb", rev = "bbb3fad23a3e41ead0fbf25c39d7300a14b2be7b", default-features = false, features = ["multi-threaded-cf", "snappy", "zstd", "io-uring"], optional = true }
thread_local = "1.1.7"
# used for TURN server authentication