From ea3d73c105e92e808ca5319a3d259e2a454d4131 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 10 Jul 2022 12:54:14 +0200 Subject: [PATCH] rust-toolchain: Update (#1578) Co-authored-by: a-kenji --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 8c323d52..2b23448a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ # This file is updated by `update-toolchain.sh` [toolchain] -channel = "1.59.0" +channel = "1.60.0" components = ["rustfmt", "clippy", "rust-analysis"] targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]