Bump MSRV to 1.54

clap 4.0.0-beta4 broke <1.54 compatibility
This commit is contained in:
Quentin Gliech
2021-09-16 15:05:07 +02:00
parent 18513ee604
commit 89d0821ed2
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -1 +1 @@
msrv = "1.51.0"
msrv = "1.54.0"