Raise MSRV to 1.55
Otherwise `cargo check` errors on the `-Wclippy::…` arguments from `.cargo/config.toml`. Usage as a dependency continues to work with 1.53 for now, but since it's not changed this could soon change.
This commit is contained in:
6
.github/workflows/msrv.yml
vendored
6
.github/workflows/msrv.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Rust 1.53
|
||||
name: Rust 1.55
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -13,11 +13,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
- name: Install rust 1.53 toolchain
|
||||
- name: Install rust 1.55 toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: '1.53'
|
||||
toolchain: '1.55'
|
||||
# Used to compile xtask
|
||||
- name: Install rust stable toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
||||
Reference in New Issue
Block a user