Use cargo tree to bump release branch lock files (#10790) (#10792)

(cherry picked from commit 48b846203e)

Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
mergify[bot]
2020-06-25 03:04:10 +00:00
committed by GitHub
parent d3af7e0653
commit 55cb9cf681

View File

@ -116,7 +116,8 @@ There are three release channels that map to branches as follows:
1. After the new release has been tagged, update the Cargo.toml files on **release branch** to the next semantic version (e.g. 0.9.0 -> 0.9.1) with: 1. After the new release has been tagged, update the Cargo.toml files on **release branch** to the next semantic version (e.g. 0.9.0 -> 0.9.1) with:
``` ```
scripts/increment-cargo-version.sh patch $ scripts/increment-cargo-version.sh patch
$ ./scripts/cargo-for-all-lock-files.sh tree
``` ```
1. Rebuild to get an updated version of `Cargo.lock`: 1. Rebuild to get an updated version of `Cargo.lock`:
``` ```