chore: use a patched version of opendal with rocksdb static

This commit is contained in:
2026-04-15 17:28:47 -04:00
parent d129913235
commit e609428f95
2 changed files with 384 additions and 184 deletions

566
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,7 +11,7 @@ clap = { version = "4.5.40", features = ["derive", "env"] }
dashmap = "6.1.0" dashmap = "6.1.0"
futures = "0.3.32" futures = "0.3.32"
hound = "3.5.1" hound = "3.5.1"
opendal = { git = "https://github.com/apache/opendal", features = [ opendal = { git = "https://github.com/babichjacob/opendal", branch = "rocksdb-0.24.0-bindgen-static", features = [
"services-azfile", "services-azfile",
"services-aliyun-drive", "services-aliyun-drive",
"services-alluxio", "services-alluxio",