From 7582cb4c9a281369963be021b2513bdc6fed0eec Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 29 Nov 2024 14:24:15 +0800 Subject: [PATCH] chore: add rust-toolchain.toml (#46) --- 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"