-
- Downloads
go back to outdated rocksdb (the fork breaks CI in a weird way now)
Signed-off-by:
strawberry <strawberry@puppygock.gay>
... | ... | @@ -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] | ||
... | ... |
Please register or sign in to comment