CI expects default features of rocksdb?
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
9724fe7d70
commit
16d384271b
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue