mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-29 00:17:11 +00:00
refactor(common): drop transitional heal/scanner contract shims (#6680)
Every consumer now imports rustfs-heal-contracts / rustfs-scanner-contracts directly and rg 'rustfs_common::(metrics|heal_channel|last_minute)' reports zero hits, so the backlog#1843 re-export shims and the transitional rustfs-common -> contracts dependency edges can go. rustfs-common no longer recompiles on scanner/heal type changes. Doc references to the moved files follow the new paths.
This commit is contained in:
Generated
-2
@@ -9486,8 +9486,6 @@ version = "1.0.0-rc.3"
|
||||
dependencies = [
|
||||
"hotpath",
|
||||
"metrics",
|
||||
"rustfs-heal-contracts",
|
||||
"rustfs-scanner-contracts",
|
||||
"smallvec",
|
||||
"tokio",
|
||||
"tonic",
|
||||
|
||||
Reference in New Issue
Block a user