From 59a7786ae9b2de276a40f4553c0c4bc052c12e6e Mon Sep 17 00:00:00 2001 From: Subsegment <304741833@qq.com> Date: Mon, 22 Apr 2024 14:14:08 +0800 Subject: [PATCH] improve : 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 0000000000..77b9833678 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +# The toolchain used to compile the code +channel = "nightly-2024-01-12" \ No newline at end of file