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:
strawberry 2024-02-11 14:30:53 -05:00 committed by June
parent 4ef6c8a01a
commit 9724fe7d70
2 changed files with 34 additions and 13 deletions

View file

@ -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]