Skip to content

Commit

Permalink
Set MSRV to 1.74.0 (clap_lex requires 1.74)
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Jul 29, 2024
1 parent 0b33d50 commit ecc8def
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
rust:
- stable
- 1.70.0
- 1.74.0
- nightly
steps:
- uses: actions/checkout@v2
Expand All @@ -21,9 +21,6 @@ jobs:
override: true
- name: Cargo update
run: cargo update
- name: Cargo update (fix for MSRV)
run: cargo update -p assert_cmd --precise 2.0.0
if: matrix.rust == '1.67.0'
- uses: actions-rs/cargo@v1
with:
command: check
Expand Down

0 comments on commit ecc8def

Please sign in to comment.