From e0c82be85a6371595b0bef613ce519db884744dc Mon Sep 17 00:00:00 2001 From: infrandomness Date: Sat, 12 Mar 2022 22:58:32 +0100 Subject: [PATCH] Revert "Swap rust-toolchain to rust-toolchain.toml" This reverts commit d1a1308faedfe43a527d29023db53ba4eb4281b0. --- rust-toolchain | 1 + rust-toolchain.toml | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 rust-toolchain delete mode 100644 rust-toolchain.toml diff --git a/rust-toolchain b/rust-toolchain new file mode 100644 index 0000000000..71bdaeeb6f --- /dev/null +++ b/rust-toolchain @@ -0,0 +1 @@ +nightly-2022-03-11 diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index da0e1e470a..0000000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,3 +0,0 @@ -[toolchain] -channel = "nightly-2022-03-11" -components = ["clippy"] \ No newline at end of file