Skip to content

Commit

Permalink
Remove MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Nov 1, 2023
1 parent 311a015 commit 175f6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust:
- { version: "1.70", name: MSRV }
#- { version: "1.70", name: MSRV } # Reenable this before stablizing version 2.0
- { version: stable, name: stable }

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 175f6c1

Please sign in to comment.