rust-toolchain: update to Rust 1.62

This matches the recent ChromeOS SDK update.

BUG=b:243677117
TEST=tools/dev_container tools/clippy

Change-Id: I5de34abfe0985b5f41ac666ce3e93adbb628d790
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3854975
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
Daniel Verkamp 2022-08-23 16:26:56 -07:00 committed by crosvm LUCI
parent 232e17c6dd
commit 4e36e8a601
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "1.60.0"
channel = "1.62.0"
components = [ "rustfmt", "clippy" ]

View file

@ -1 +1 @@
r0020
r0021