Skip to content

Commit b046f1b

Browse files
committed
ci: Drop Rust 1.86.0, add 1.91.0
Rust 1.91.0 is the newest stable version that uses LLVM 21. Rust 1.86.0 makes it impossible to honor the recent clippy lints.
1 parent 0758647 commit b046f1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
fail-fast: false
5151
matrix:
5252
include:
53-
- rust: 1.86.0
54-
llvm-version: 19
55-
llvm-from: apt
56-
exclude-features: default,llvm-20,llvm-21,rust-llvm-20,rust-llvm-21
57-
- rust: 1.89.0
53+
- rust: 1.90.0
5854
llvm-version: 20
5955
llvm-from: apt
6056
exclude-features: default,llvm-19,llvm-21,rust-llvm-19,rust-llvm-21
57+
- rust: 1.91.0
58+
llvm-version: 21
59+
llvm-from: apt
60+
exclude-features: default,llvm-19,llvm-20,rust-llvm-19,rust-llvm-20
6161
- rust: beta
6262
llvm-version: 21
6363
llvm-from: apt

0 commit comments

Comments
 (0)