Skip to content

Commit

Permalink
📼 MSRV set to clap's
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardcl committed Mar 30, 2024
1 parent fb40984 commit c54e199
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
rust:
- stable
- 1.70.0
- 1.74.0
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand All @@ -40,7 +40,7 @@ jobs:
matrix:
rust:
- stable
- 1.70.0
- 1.74.0
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand All @@ -59,7 +59,7 @@ jobs:
matrix:
rust:
- stable
- 1.70.0
- 1.74.0
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand All @@ -80,7 +80,7 @@ jobs:
matrix:
rust:
- stable
- 1.70.0
- 1.74.0
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit c54e199

Please sign in to comment.