From f877bc799307e2c6023b646ed2bfc6a5b481a144 Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Wed, 14 Feb 2024 20:18:49 +0900 Subject: [PATCH] chore: Update rust-toolchain.toml --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 907951458..85f36062a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.76.0" +channel = "stable" components = ["rustfmt", "clippy"] profile = "minimal"