Skip to content

Commit d150e2f

Browse files
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

File tree

rust-toolchain.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[toolchain]
2-
channel = "1.89.0"
2+
channel = "1.91.0"
3+
components = ["clippy", "rustfmt"]

0 commit comments

Comments
 (0)