Raise MSRV to 1.62

This commit is contained in:
Jonas Platte
2022-09-20 12:26:16 +02:00
committed by Jonas Platte
parent 1291929131
commit 66ff4dbaad
19 changed files with 25 additions and 25 deletions

View File

@@ -73,7 +73,7 @@ jobs:
run: target/debug/xtask ci lint
msrv:
name: Rust 1.60 / ${{ matrix.name }}
name: Rust 1.62 / ${{ matrix.name }}
needs: xtask
runs-on: ubuntu-latest
strategy:
@@ -98,11 +98,11 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2
- name: Install rust 1.60 toolchain
- name: Install rust 1.62 toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: "1.60"
toolchain: "1.62"
# Used to compile xtask
- name: Install rust stable toolchain
@@ -117,7 +117,7 @@ jobs:
# A stable compiler update should automatically not reuse old caches.
# Add the MSRV as a stable cache key too so bumping it also gets us a
# fresh cache.
sharedKey: msrv1.60
sharedKey: msrv1.62
- name: Get xtask
uses: actions/cache@v3
@@ -249,7 +249,7 @@ jobs:
- name: Build docs
run: target/debug/xtask doc --deny-warnings
- name: Compress docs
if: github.event_name == 'pull_request'
run: |