From ef36bbeac69dfe50de24fe8836958b8a5c0ac1d4 Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 29 Nov 2024 13:03:46 +0800 Subject: [PATCH] chore: add rust-toolchain.toml --- rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..02cb8fc --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "stable" +profile = "default"