chore(rustfs): remove the orphan starshard bucket-cache backend (#6038)

This commit is contained in:
Zhengchao An
2026-08-13 08:08:15 +08:00
committed by GitHub
parent a49243c671
commit 5cfafcf39b
3 changed files with 12 additions and 46 deletions
-1
View File
@@ -243,7 +243,6 @@ rustfs-object-data-cache = { workspace = true, features = ["cache"] }
rustfs-concurrency = { workspace = true }
rustfs-scanner = { workspace = true }
tempfile = { workspace = true }
starshard = { workspace = true, features = ["rayon", "async", "serde"] }
# Async Runtime and Networking
async-trait = { workspace = true }