Skip to content

Commit

Permalink
MSRV 1.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 4, 2023
1 parent 0854a96 commit 5f86497
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust: ["1.46.0", stable]
rust: ["1.48.0", stable]
steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
if: ${{ matrix.os == 'macos-latest' && matrix.rust == '1.46.0' }}
with:
xcode-version: 13
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit 5f86497

Please sign in to comment.