From f059a37e15e3d927995f509f404a2b09aa3c7df8 Mon Sep 17 00:00:00 2001 From: Andreas Hartmann Date: Tue, 21 Mar 2023 17:23:25 +0100 Subject: [PATCH] rust: Update toolchain version to 1.67 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 9684a220e3..6f03903d38 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ # This file is updated by `update-toolchain.sh` [toolchain] -channel = "1.63.0" +channel = "1.67.0" components = ["rustfmt", "clippy", "rust-analysis"] targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]