remove rust-rocksdb dylib wrapper as we have a fork already

Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
June Clementine Strawberry 2025-03-06 18:12:54 -05:00
parent d80e61cbee
commit f34e0b21a3
No known key found for this signature in database
4 changed files with 6 additions and 117 deletions

10
Cargo.lock generated
View file

@ -848,7 +848,7 @@ dependencies = [
"log",
"minicbor",
"minicbor-serde",
"rust-rocksdb-uwu",
"rust-rocksdb",
"serde",
"serde_json",
"tokio",
@ -3706,14 +3706,6 @@ source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=a5d5358ca
dependencies = [
"libc",
"rust-librocksdb-sys",
"serde",
]
[[package]]
name = "rust-rocksdb-uwu"
version = "0.0.1"
dependencies = [
"rust-rocksdb",
]
[[package]]