From 0052d7b669348529b785da1b7bd59ced6158c973 Mon Sep 17 00:00:00 2001
From: strawberry <strawberry@puppygock.gay>
Date: Sun, 11 Feb 2024 12:23:41 -0500
Subject: [PATCH] use rust-rocksdb 8f65a73f0962edc4cc028f4012692043dc657a76

Signed-off-by: strawberry <strawberry@puppygock.gay>
---
 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index eacdd1d5b..85bd39b82 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2291,7 +2291,7 @@ dependencies = [
 [[package]]
 name = "rust-librocksdb-sys"
 version = "0.16.0+8.10.0"
-source = "git+https://github.com/zaidoon1/rust-rocksdb?rev=8fdd559b590bd12cb506f9818bef484d51cac5e1#8fdd559b590bd12cb506f9818bef484d51cac5e1"
+source = "git+https://github.com/zaidoon1/rust-rocksdb?rev=8f65a73f0962edc4cc028f4012692043dc657a76#8f65a73f0962edc4cc028f4012692043dc657a76"
 dependencies = [
  "bindgen",
  "bzip2-sys",
@@ -2307,7 +2307,7 @@ dependencies = [
 [[package]]
 name = "rust-rocksdb"
 version = "0.22.1"
-source = "git+https://github.com/zaidoon1/rust-rocksdb?rev=8fdd559b590bd12cb506f9818bef484d51cac5e1#8fdd559b590bd12cb506f9818bef484d51cac5e1"
+source = "git+https://github.com/zaidoon1/rust-rocksdb?rev=8f65a73f0962edc4cc028f4012692043dc657a76#8f65a73f0962edc4cc028f4012692043dc657a76"
 dependencies = [
  "libc",
  "rust-librocksdb-sys",
diff --git a/Cargo.toml b/Cargo.toml
index 790afee7e..caf03c521 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -108,7 +108,7 @@ webpage = { version = "2.0", default-features = false }
 
 [dependencies.rust-rocksdb]
 git = "https://github.com/zaidoon1/rust-rocksdb"
-rev = "8fdd559b590bd12cb506f9818bef484d51cac5e1"
+rev = "8f65a73f0962edc4cc028f4012692043dc657a76"
 default-features = false
 features = ["multi-threaded-cf", "zstd", "snappy", "lz4"]
 optional = true
-- 
GitLab