From 7382f864dce4ce43a14046a5e59ab565482e1730 Mon Sep 17 00:00:00 2001 From: Asuka Minato Date: Sun, 28 Jul 2024 23:19:19 +0900 Subject: [PATCH] make toolchain the same --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index dfeff35..0acbd85 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] # older versions may fail to compile; newer versions may fail the clippy tests -channel = "1.80" # I guess this works now? nightly-2023-12-21 +channel = "1.80" components = ["rustfmt", "clippy"]