From 2e746038a720bd675156bac9b63b0bc97cb1e61d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 4 Jan 2022 19:52:23 -0800 Subject: fix(rust): toolchain format --- rust-toolchain | 2 -- rust-toolchain.toml | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 rust-toolchain create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain b/rust-toolchain deleted file mode 100644 index 09396e5..0000000 --- a/rust-toolchain +++ /dev/null @@ -1,2 +0,0 @@ -[toolchain] -channel = "nightly-2021-12-04" diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..09396e5 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly-2021-12-04" -- cgit v1.2.3