Skip to content

Commit

Permalink
Update MSRV to 1.67
Browse files Browse the repository at this point in the history
There is surely a better way of doing this, but this is low barrier to entry.
  • Loading branch information
aatxe authored Mar 18, 2024
1 parent 3f44270 commit 44ef696
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 @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: ["1.66", stable]
rust: ["1.67", stable]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 44ef696

Please sign in to comment.