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
`crates/spikard-ffi/Cargo.toml`: Restored workspace inheritance for both package metadata (`version`, `license`, `repository`) and internal `spikard*` deps. The v0.15.3 alef regen reverted these back to path-only / literal form, which broke `cargo publish` for `spikard-ffi`. 6 of 7 crates published at v0.15.3 before `spikard-ffi` failed; this release republishes all seven (the existing 0.15.3 versions stay on the registry — crates.io is immutable).
Known issues
`pub.dev` still won't accept this release event — Dart's pub.dev policy only allows publishing from `push` or `workflow_dispatch` events, not `release`. Tracking separately.