From 9e917834dd986c547e7c3d1fdb1d1a34d945b5e7 Mon Sep 17 00:00:00 2001 From: Mathias Lafeldt Date: Sat, 30 Jul 2022 00:21:05 +0200 Subject: [PATCH] chore: use Rust 1.62.1 (#15346) --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 7255222461..9e2065b1c8 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.62.0" +channel = "1.62.1" components = ["rustfmt", "clippy"]