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"