Skip to content

Commit

Permalink
Bump CLI MSRV to 1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Mar 1, 2023
1 parent 08d9fbf commit a711368
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
rust:
- stable
- 1.46.0 # lib MSRV
- 1.60.0 # cli MSRV
- 1.64.0 # cli MSRV
include:
- os: ubuntu-latest
rust: stable
Expand All @@ -32,7 +32,7 @@ jobs:
rust-args: --all-features
- rust: 1.46.0
no-lock: 1
- rust: 1.60.0
- rust: 1.64.0
rust-args: --all-features
exclude:
# rust < 1.54 does not work on macos >= 12:
Expand All @@ -42,7 +42,7 @@ jobs:
- os: macos-11
rust: stable
- os: macos-11
rust: 1.60.0
rust: 1.64.0
runs-on: ${{ matrix.os }}
steps:
- name: Checkout source
Expand Down

0 comments on commit a711368

Please sign in to comment.