From 29726db5a06e16267beceb837e5cb3e8959622c1 Mon Sep 17 00:00:00 2001 From: Pia Date: Tue, 13 Aug 2024 11:02:06 -0400 Subject: [PATCH] bump --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 87493917..85cb9e7b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.79.0" +channel = "1.80.0" components = ["rustfmt", "clippy"]