Skip to content

Commit

Permalink
Update CI MSRV to 1.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allan2 committed Aug 28, 2024
1 parent 68dabb9 commit 0bc8650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
# minimum supported rust version
rust: [stable, beta, nightly, 1.68.0]
rust: [stable, beta, nightly, 1.72.0]
on:
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu }
- { os: macos-latest, target: x86_64-apple-darwin }
Expand Down

0 comments on commit 0bc8650

Please sign in to comment.