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
Add version to internal workspace dependencies for publish
Internal deps were path-only, which cargo publish rejects with
"all dependencies must have a version requirement specified".
Add version = "0.1.0" alongside path for all internal crates.