From a87a44da2c7213bc0dc4dc05af86ebb17678a0e2 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 17 Aug 2024 11:29:26 +0700 Subject: [PATCH] Bump Rust to 1.80.1 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e6a0120e3..1ccbe9f82 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] # older versions may fail to compile; newer versions may fail the clippy tests -channel = "1.80" +channel = "1.80.1"