From 51e53be42870755a25a5a989c2e8756faeb97928 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..346e9537fa --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +# The toolchain used to compile the code +channel = "nightly-2024-01-12"