- Run
cargo fmt
andcargo clippy
- Run
cargo test --release
- Update version in
Cargo.toml
- Update version in
Readme.md
- Update version in
lib.rs
documentation comment - Update examples in
Readme.md
andlib.rs
- Tag a commit with the release
- Mark a release on GitHub
- Run
cargo publish