You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): add missing version fields for crates.io publishing (#573)
terraphim_service depends on terraphim_router with a path-only
dependency (no version field). cargo publish requires all deps to
have a version when publishing to crates.io.
Changes:
- Add version = "1.0.0" to terraphim_router dep in terraphim_service
- Add version fields to path deps in terraphim_router (types, persistence)
- Add version fields to path deps in terraphim_spawner (types, router)
- Add terraphim_router and terraphim_spawner to publish-crates.sh
Co-authored-by: Terraphim AI <noreply@anthropic.com>
0 commit comments