From ac87cd6c4a9cb7c346484b9221d92d8862a35838 Mon Sep 17 00:00:00 2001 From: Mathspy Date: Wed, 22 Dec 2021 15:02:53 +0200 Subject: [PATCH] Switch from rust-toolchain.toml to rust-toolchain Rust toolchain action currently doesn't support rust-toolchain.toml and picking the current pinned nightly for CI without it is not straightforward. Will switch back once this is resolved https://github.com/actions-rs/toolchain/issues/208 --- rust-toolchain | 1 + rust-toolchain.toml | 2 -- 2 files changed, 1 insertion(+), 2 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 0000000..cbc4bf7 --- /dev/null +++ b/rust-toolchain @@ -0,0 +1 @@ +nightly-2021-12-12 diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index 6b345b8..0000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,2 +0,0 @@ -[toolchain] -channel = "nightly-2021-12-12"