Bump MSRV to 1.60
This commit is contained in:
8
.github/workflows/msrv.yml
vendored
8
.github/workflows/msrv.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Rust 1.59
|
||||
name: Rust 1.60
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
@@ -35,11 +35,11 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install rust 1.59 toolchain
|
||||
- name: Install rust 1.60 toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: "1.59"
|
||||
toolchain: "1.60"
|
||||
|
||||
# Used to compile xtask
|
||||
- name: Install rust stable toolchain
|
||||
@@ -54,7 +54,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.59
|
||||
sharedKey: msrv1.60
|
||||
|
||||
- name: Run checks
|
||||
uses: actions-rs/cargo@v1
|
||||
|
||||
Reference in New Issue
Block a user