Skip to content

Instantly share code, notes, and snippets.

@nanxstats
Last active October 6, 2025 22:05
Show Gist options
  • Select an option

  • Save nanxstats/7d371ba3d66dba528fe2e9d8c09a2aa4 to your computer and use it in GitHub Desktop.

Select an option

Save nanxstats/7d371ba3d66dba528fe2e9d8c09a2aa4 to your computer and use it in GitHub Desktop.

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 test locally
  • Review GitHub Actions results for the main branch

Publish to crates.io

  • git clone from main
  • cargo package
  • cargo publish
  • Draft GitHub release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment