Update release doc to remove cargo update command (#25828)

This commit is contained in:
Will Hickey 2022-06-07 16:09:35 -05:00 committed by GitHub
parent ba04063956
commit 59797af390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ Alternatively use the Github UI.
1. After the new branch has been created and pushed, update the Cargo.toml files on **master** to the next semantic version (e.g. 0.9.0 -> 0.10.0) with:
```
$ scripts/increment-cargo-version.sh minor
$ ./scripts/cargo-for-all-lock-files.sh update
```
1. Push all the changed Cargo.toml and Cargo.lock files to the `master` branch with something like:
```