Unpin nightly in CI

This commit is contained in:
Jonas Platte
2022-05-02 16:59:00 +02:00
parent 80dae90925
commit 1d3d3ed82e
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ jobs:
with:
profile: minimal
# Needed for use of unstable options
toolchain: nightly-2022-03-23
toolchain: nightly
override: true
- uses: Swatinem/rust-cache@v1

View File

@@ -39,7 +39,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-03-23
toolchain: nightly
override: true
components: ${{ matrix.components }}

View File

@@ -21,7 +21,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-03-23
toolchain: nightly
override: true
- uses: Swatinem/rust-cache@v1