From 6d7b3d3e5c1603d7d69aeca0e32cecf25764c061 Mon Sep 17 00:00:00 2001 From: jokemanfire Date: Thu, 26 Dec 2024 16:35:23 +0800 Subject: [PATCH] Upgrade the rustc version. Because build fail. because this error "package `home v0.5.11` cannot be built \ because it requires rustc 1.81 or newer,\ while the currently active rustc version is 1.77.2" Signed-off-by: jokemanfire --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index db3e0d02..50fc19cf 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.77" +channel = "1.81" components = ["rustfmt", "clippy", "llvm-tools"]