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
Lockstep macros version in main lib Cargo.toml (i.e. maiko-macros = "=0.2.4")
for inner crates use publish = false
automate version bumping with either release-plz or cargo-smart-release - they handle workspace release and dependency handling (unlike cargo set-version)
The recent bug with macros crate version (#72 ) in 0.2.3 proved there is much stronger control needed in the release process.
Tasks
cargo-public-apitool (would help to ensure Ensure the API follows "Rust API Guidelines" #70)cargo-semver-checkstoolpublishtask in the justfilemaiko-macros = "=0.2.4")publish = falserelease-plzorcargo-smart-release- they handle workspace release and dependency handling (unlikecargo set-version)