Skip to content

Commit be64a30

Browse files
committed
Raise minimum tested compiler to rust 1.80
Required by rayon. error: rustc 1.79.0 is not supported by the following packages: [email protected] requires rustc 1.80 [email protected] requires rustc 1.80 [email protected] requires rustc 1.80 [email protected] requires rustc 1.80 Either upgrade rustc or select compatible dependency versions with `cargo update <name>@<current-ver> --precise <compatible-ver>` where `<compatible-ver>` is the latest version supporting rustc 1.79.0
1 parent b61379b commit be64a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
rust: [1.67.0, stable, beta]
27+
rust: [1.80.0, stable, beta]
2828
timeout-minutes: 45
2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)