From 98c7a931f867e9f98127b23f912c3d16397698a3 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 7 Aug 2023 20:25:48 +0200 Subject: [PATCH] Upgrade to Rust 1.71.1 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e427b6fff1..08b43837a0 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.70.0" +channel = "1.71.1" components = ["rustfmt", "clippy"] targets = [ "aarch64-apple-ios",