development branch broken: herolib_core missing from workspace dependencies #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Commit
11a6bd4("refactor: use herolib_core instead of herolib_clients for openrpc macro") addedherolib_coreas a workspace dependency incrates/zinit_sdk/Cargo.toml:But
herolib_corewas never added to[workspace.dependencies]in the rootCargo.toml. The follow-up commit60e2d74only removed a bad feature flag but did not fix the missing workspace dep.Impact
Any downstream crate that depends on
zinit_sdkvia git (e.g.hero_services) fails with:This blocks all Docker builds of the hero service stack.
Fix
Add to root
Cargo.toml[workspace.dependencies]: