From c4b4ed90779335bdda0aa93df2909cba1087adb9 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 7 Aug 2024 14:33:24 +0200 Subject: [PATCH] chore: update rust-toolchain -> `1.80.0` --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 8b54662..7993816 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,6 @@ # This file is updated by the `akenji@update-rust-toolchain` GitHub action [toolchain] -channel = "1.77.2" +channel = "1.80.0" components = [] targets = [] profile = "minimal"