From e227e71f3f0c1042e742847c7a1ac668ed6d227e Mon Sep 17 00:00:00 2001 From: jokemanfire Date: Thu, 26 Dec 2024 14:59:22 +0800 Subject: [PATCH] Update rustc version 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 c058c59..7e550c6 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel="1.77.0" +channel="1.81.0" profile="default" components=["rustfmt", "clippy"]