From d3351871728231485c16301cab8c6066d11ff933 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 25 Jul 2024 22:23:09 +0300 Subject: [PATCH] Update rust-toolchain.toml to 1.80.0 (#4784) --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 58c631f0..614318d7 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.79.0" +channel = "1.80.0" components = [ "rustfmt", "clippy" ] profile = "minimal"