From 9a6d11a6a8030df623e7e3a6c51479edae8866c1 Mon Sep 17 00:00:00 2001 From: Hydrostic Date: Thu, 14 May 2026 19:54:08 +0800 Subject: [PATCH] chore(toolchain): Update rust compiler version --- rust-toolchain.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..552d6d6 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.85.0" \ No newline at end of file