Skip to content

Commit

Permalink
Bump rust versions to fix CI failures
Browse files Browse the repository at this point in the history
Latest rayon requires at least Rust 1.63, regex requires 1.65, and
std::hint::black_box was stabilized in 1.66, so bump that.

Also bump the current stable version to validate with a newer Rust since
presumably that's the intention of the second version.
  • Loading branch information
vlovich committed Apr 4, 2024
1 parent 9b446e3 commit 5978e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
matrix:
rust:
- "1.60.0"
- "1.65.0"
- "1.66.0"
- "1.76.0"
steps:
- uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit 5978e48

Please sign in to comment.