Skip to content

Commit 254f764

Browse files
committed
Bump rust versions to fix CI failures
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.
1 parent d46e50e commit 254f764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
rust:
20-
- "1.60.0"
21-
- "1.65.0"
20+
- "1.66.0"
21+
- "1.76.0"
2222
steps:
2323
- uses: dtolnay/rust-toolchain@master
2424
with:

0 commit comments

Comments
 (0)