Releasing Upgrade dependecies Install cargo-edit: cargo install cargo-edit Then run: cargo upgrade --incompatible Running tests To run tests: cargo test Publishing a new version To publish a new version: Bump the version in Cargo.toml. Run cargo publish.