From f0bb2fcc52793ff97916de793cdb467d1e67b446 Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Wed, 19 Apr 2023 19:57:50 +0200 Subject: [PATCH] Rust 1.68.2 --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 1fde37301533..500a48e45478 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -5,6 +5,6 @@ # to the user in the error, instead of "error: invalid channel name '[toolchain]'". [toolchain] -channel = "1.67.1" +channel = "1.68.2" components = ["rustfmt", "clippy"] targets = ["wasm32-unknown-unknown"]