Skip to content

Commit d7befc9

Browse files
committed
Upgrade CI to rustc 1.88.0
1 parent 7f0beb9 commit d7befc9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install Rust
5252
uses: dtolnay/rust-toolchain@stable
5353
with:
54-
toolchain: 1.87.0
54+
toolchain: 1.88.0
5555

5656
- name: Run autofix and normalize
5757
run: |
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install Rust
100100
uses: dtolnay/rust-toolchain@stable
101101
with:
102-
toolchain: 1.87.0
102+
toolchain: 1.88.0
103103

104104
- name: Install Miri
105105
run: |
@@ -156,7 +156,7 @@ jobs:
156156
- name: Install Rust
157157
uses: dtolnay/rust-toolchain@stable
158158
with:
159-
toolchain: 1.87.0
159+
toolchain: 1.88.0
160160

161161
- name: Install dependencies (Ubuntu)
162162
if: matrix.os == 'ubuntu-22.04'
@@ -229,7 +229,7 @@ jobs:
229229
- name: Install Rust
230230
uses: dtolnay/rust-toolchain@stable
231231
with:
232-
toolchain: 1.87.0
232+
toolchain: 1.88.0
233233

234234
- name: Install clang (Linux)
235235
if: matrix.os == 'ubuntu-22.04'
@@ -502,7 +502,7 @@ jobs:
502502
- name: Install Rust
503503
uses: dtolnay/rust-toolchain@stable
504504
with:
505-
toolchain: 1.87.0
505+
toolchain: 1.88.0
506506

507507
- name: Generate codegen and NFPM config
508508
run: |

0 commit comments

Comments
 (0)