From 312b654b07f000f49a7d1a3d1b9b4649c37842fe Mon Sep 17 00:00:00 2001 From: Grachev Mikhail Date: Tue, 29 Mar 2022 14:44:45 +0300 Subject: [PATCH] chore(ci): return to nightly builds (#73) Signed-off-by: Mikhail Grachev --- .github/actions/run-fixtures-test/action.yml | 2 +- .github/workflows/ci.yml | 6 +++--- rust-toolchain.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/run-fixtures-test/action.yml b/.github/actions/run-fixtures-test/action.yml index af396a6..3d72daf 100644 --- a/.github/actions/run-fixtures-test/action.yml +++ b/.github/actions/run-fixtures-test/action.yml @@ -17,7 +17,7 @@ runs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-03-22 + toolchain: nightly override: true - name: Install git-cliff diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 815170a..f78d257 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-03-22 + toolchain: nightly override: true - name: Checkout if: github.event_name != 'pull_request' @@ -68,7 +68,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: nightly-2022-03-22 + toolchain: nightly profile: minimal components: clippy override: true @@ -87,7 +87,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: nightly-2022-03-22 + toolchain: nightly profile: minimal components: rustfmt override: true diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 02ddb5d..5d56faf 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2022-03-22" +channel = "nightly"