From a12a1630be089ea34b3184174fd29ec7c1d44d4d Mon Sep 17 00:00:00 2001 From: s1rius Date: Sun, 12 May 2024 00:44:40 +0800 Subject: [PATCH] update rust-toolchain file --- rust-toolchain | 1 - rust-toolchain.toml | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 rust-toolchain create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain b/rust-toolchain deleted file mode 100644 index c34ab85..0000000 --- a/rust-toolchain +++ /dev/null @@ -1 +0,0 @@ -nightly-2023-10-13 \ No newline at end of file diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..c92a557 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,4 @@ +[toolchain] +channel = "nightly-2023-10-13" +components = ["rustfmt"] +profile = "default" \ No newline at end of file