Commit d150e2f
committed
ci: bump pinned toolchain 1.89.0 -> 1.91.0
CI is red on every job, but not from this change: the benchmark/diff jobs
fail installing bencher because its current source uses Duration::from_hours,
which is only const-stable on Rust >= 1.91, while rust-toolchain.toml pins
1.89.0. The build/test matrix also trips over the pinned toolchain (clippy
component missing) and gets cancelled by fail-fast. Bump the pin to 1.91.0
and declare the clippy/rustfmt components so the toolchain is complete.1 parent dfb17a6 commit d150e2f
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
0 commit comments