From ac3d462afdef577ab26dc7fb682b303620740df4 Mon Sep 17 00:00:00 2001 From: Ziy1-Tan Date: Thu, 19 Sep 2024 23:52:27 +0800 Subject: [PATCH] toolchain 1.78 Signed-off-by: Ziy1-Tan --- rust-toolchain.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 895a423..6b54e95 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.74" -components = ["rustfmt", "clippy", "llvm-tools"] \ No newline at end of file +channel = "1.78" +components = ["rustfmt", "clippy", "llvm-tools"]