From 74bd37a67f22de92aa1b25aa93afeb05b96cbad1 Mon Sep 17 00:00:00 2001 From: Jacob Date: Wed, 15 Apr 2026 17:42:23 -0400 Subject: [PATCH] chore: remove static requirement from rocksdb --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 969d7b1..a1313db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ clap = { version = "4.5.40", features = ["derive", "env"] } dashmap = "6.1.0" futures = "0.3.32" hound = "3.5.1" -opendal = { git = "https://github.com/babichjacob/opendal", branch = "rocksdb-0.24.0-bindgen-static", features = [ +opendal = { git = "https://github.com/babichjacob/opendal", branch = "rocksdb-0.24.0", features = [ "services-azfile", "services-aliyun-drive", "services-alluxio",