go back to outdated rocksdb (the fork breaks CI in a weird way now)
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
4ef6c8a01a
commit
9724fe7d70
2 changed files with 34 additions and 13 deletions
14
Cargo.toml
14
Cargo.toml
|
@ -106,12 +106,14 @@ sd-notify = { version = "0.4.1", optional = true }
|
|||
|
||||
webpage = { version = "2.0", default-features = false }
|
||||
|
||||
[dependencies.rocksdb]
|
||||
git = "https://github.com/zaidoon1/rust-rocksdb"
|
||||
rev = "8526d0c8c4045fb68d5eb48c1db93f6adcfd1ff8"
|
||||
default-features = false
|
||||
features = ["multi-threaded-cf", "zstd", "snappy", "lz4"]
|
||||
optional = true
|
||||
#[dependencies.rocksdb]
|
||||
#git = "https://github.com/zaidoon1/rust-rocksdb"
|
||||
#rev = "8526d0c8c4045fb68d5eb48c1db93f6adcfd1ff8"
|
||||
#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 }
|
||||
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue