From 6a75b3aa37896e22ebb651513c7498f88a2291b9 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Wed, 23 Feb 2022 10:48:29 -0800 Subject: [PATCH] Revert "Temporarily pin toolchain to nightly-2022-02-09" due to nightly fixes This reverts commit 92b4cfb043c6789497f74d429d7f3fa045d87355. Rust nightly fixed by https://github.com/rust-lang/rust/pull/93892#event-6104854781 --- .github/workflows/ci.yml | 10 +++++----- rust-toolchain.toml | 2 -- 2 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 rust-toolchain.toml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f70d510d737..cf946e523fac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-02-09 + toolchain: nightly override: true - name: Run cargo check @@ -60,7 +60,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-02-09 + toolchain: nightly override: true components: rustfmt @@ -82,7 +82,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-02-09 + toolchain: nightly override: true components: rustfmt, clippy @@ -113,7 +113,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-02-09 + toolchain: nightly override: true - name: Run cargo doc @@ -169,7 +169,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-02-09 + toolchain: nightly override: true - name: Checkout gh-pages diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index 82587d6ad061..000000000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,2 +0,0 @@ -[toolchain] -channel = "nightly-2022-02-09"