try using upstream rocksdb again

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-18 20:49:52 -04:00 committed by June
parent 90fc2bf53e
commit 2a987ca67a
3 changed files with 8 additions and 8 deletions

View file

@ -277,8 +277,8 @@ rev = "76a4b84216fa4984eafd4c4ceb5f0892ae3edbbf"
[dependencies.rust-rocksdb]
git = "https://github.com/zaidoon1/rust-rocksdb"
#branch = "master"
rev = "7814116b2d7d0e218b2e349d2f41a276f22bea82"
branch = "master"
#rev = "7814116b2d7d0e218b2e349d2f41a276f22bea82"
optional = true
default-features = true
features = ["multi-threaded-cf", "zstd"]