Depot Release Process Releases are currently manually performed. Upgrade version in Cargo.toml Commit changes Create and push a tag: git tag v<version>; git push origin v<version> Checkout the tag: git checkout v<version> Release on crates.io: cargo publish