RELEASE.md
$ cat RELEASE.md | sd '\{VERSION\}' '{NEW_VERSION}' | xclip -sel clip$ cargo xtask genrust-version in Cargo.toml
$ cargo msrv --min 1.60 -- cargo checkversion in Cargo.tomlcargo check to propogate the change to Cargo.lockCHANGELOG.md$ cargo publish$ git tag v{VERSION}$ git push upstream/origin v{VERSION}