Skip to content

Commit

Permalink
CI: Require at least rust 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
danigm committed May 2, 2024
1 parent 9bcf2b6 commit 6f2770b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
rust: [stable, 1.65.0]
rust: [stable, 1.70.0]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 6f2770b

Please sign in to comment.