Skip to content

Commit

Permalink
Bump CI MSRV to 1.51, as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Aug 29, 2023
1 parent f10a130 commit 6df0314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
matrix:
# aarch64/x86_64 macOS and aarch64 Linux are tested on Cirrus CI
include:
- rust: '1.38'
- rust: '1.51'
os: ubuntu-latest
- rust: '1.38'
- rust: '1.51'
os: windows-latest
- rust: stable
os: ubuntu-latest
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
fail-fast: false
matrix:
rust:
- '1.38'
- '1.51'
- nightly
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6df0314

Please sign in to comment.