Bump MSRV to 1.54
clap 4.0.0-beta4 broke <1.54 compatibility
This commit is contained in:
4
.github/workflows/check.yaml
vendored
4
.github/workflows/check.yaml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Install toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: "1.51.0" # MSRV
|
||||
toolchain: "1.54.0" # MSRV
|
||||
target: ${{ matrix.os.target }}
|
||||
profile: minimal
|
||||
override: true
|
||||
@@ -175,7 +175,7 @@ jobs:
|
||||
target: "x86_64-unknown-linux-musl"
|
||||
|
||||
toolchain:
|
||||
- "1.51.0" # MSRV
|
||||
- "1.54.0" # MSRV
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
||||
@@ -1 +1 @@
|
||||
msrv = "1.51.0"
|
||||
msrv = "1.54.0"
|
||||
|
||||
Reference in New Issue
Block a user