cargo-cache 0.3.0

Manage cargo cache ($CARGO_HOME or ~/.cargo/), show sizes and remove directories selectively
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
codespell -L mut,crate src tests -i 3 -w
update dependencies
cargo check
cargo build
cargo build --release
git clean -dffx
cargo test
git clean -dffx
cargo test --release
cargo audit
cargo clippy --all-targets --all-features
cargo fmt --all
make sure changelog is up to date
make sure CI catches up and everything is green
update version
write release notes
cargo publish --dry-run
cargo publish