Skip to content

Commit

Permalink
CI: Update min rustc version to 1.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danigm committed Feb 5, 2024
1 parent 6c9aac8 commit 1ed3868
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.60.0]
rust: [stable, 1.65.0]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 1ed3868

Please sign in to comment.