From 788bcd6151431222325800e0a46c58384fe0bd22 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sat, 22 Oct 2022 12:12:42 +0200 Subject: [PATCH] rust-toolchain: Update (#1834) Co-authored-by: github-actions[bot] --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 573600df..3b621dce 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ # This file is updated by `update-toolchain.sh` [toolchain] -channel = "1.61.0" +channel = "1.62.1" components = ["rustfmt", "clippy", "rust-analysis"] targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]