From c1b708c7a5de78772a4935f1698d0a7ce1a1f7ce Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Fri, 27 Jan 2023 14:39:46 +0100 Subject: [PATCH] Upgrade to Rust 1.67.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 8f377b93f..f3550be15 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.66.1" +channel = "1.67.0" components = ["rustfmt", "clippy"] targets = [ "aarch64-apple-ios",