From 9f9b35233c2da108b07b4f97abbf2a2f1e09bceb Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 8 Jul 2024 20:02:01 +0200 Subject: [PATCH] Upgrade to Rust 1.79.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 47b85fa65..af6b48cae 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.78.0" +channel = "1.79.0" components = ["rustfmt", "clippy"] targets = [ "aarch64-apple-ios",