bump rocksdb, switch to fork of rocksdb, bump flake

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-28 19:29:51 -04:00 committed by June
parent 80f624c0fb
commit 77475dacf5
4 changed files with 28 additions and 28 deletions

View file

@ -235,11 +235,11 @@ features = [
[dependencies.rust-rocksdb]
git = "https://github.com/zaidoon1/rust-rocksdb"
#branch = "master"
rev = "60f783b06b49d2f6fcf1d3dda66c7194e49095d4"
branch = "master"
#rev = "60f783b06b49d2f6fcf1d3dda66c7194e49095d4"
optional = true
default-features = true
features = ["multi-threaded-cf"]
features = ["multi-threaded-cf", "zstd"]
[dependencies.rusqlite]
git = "https://github.com/rusqlite/rusqlite"