From 9f454b8c8fbe90fc9b0f694044d31d38476a11b5 Mon Sep 17 00:00:00 2001 From: weekday Date: Thu, 5 Sep 2024 01:30:00 +0000 Subject: [PATCH] Rust 1.80.1: Update Rust toolchain to stable-2024-08-08 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 233b6f04..fb44caaf 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = 'stable-2024-07-25' +channel = 'stable-2024-08-08' profile = 'minimal' components = ['clippy', 'rustfmt']