CI expects default features of rocksdb?

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-02-11 14:43:44 -05:00 committed by June
parent 9724fe7d70
commit 16d384271b

View file

@ -108,12 +108,12 @@ webpage = { version = "2.0", default-features = false }
#[dependencies.rocksdb]
#git = "https://github.com/zaidoon1/rust-rocksdb"
#rev = "8526d0c8c4045fb68d5eb48c1db93f6adcfd1ff8"
#rev = "8fdd559b590bd12cb506f9818bef484d51cac5e1"
#default-features = false
#features = ["multi-threaded-cf", "zstd", "snappy", "lz4"]
#optional = true
rocksdb = { version = "0.21.0", default-features = false, features = ["multi-threaded-cf", "zstd", "snappy", "lz4"], optional = true }
rocksdb = { version = "0.21.0", default-features = true, features = ["multi-threaded-cf", "zstd"], optional = true }
[target.'cfg(unix)'.dependencies]