Update toolchain
-
rustup self update -
rustup update stable -
cargo update -
cargo fetch
Code style
-
cargo fmt -
cargo clippy -- -D warnings
Update docs & metadata
- Check licensing of included files
- Bump version in
Cargo.toml - Regenerate docs:
cargo doc --no-deps - Update
CHANGELOG.md
Check CI tests
- Run
cargo testlocally - Review GitHub Actions results for the main branch
Publish to crates.io
-
git clonefrommain -
cargo package -
cargo publish - Draft GitHub release