Skip to content

Commit 3da95c8

Browse files
committed
Update CI
Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
1 parent 5ee3c9f commit 3da95c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions-rs/toolchain@v1
3131
with:
3232
profile: minimal
33-
toolchain: nightly-2023-12-31
33+
toolchain:
3434
override: true
3535
components: rustfmt, clippy, rust-src
3636
- uses: Swatinem/rust-cache@v1
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions-rs/toolchain@v1
6666
with:
6767
profile: minimal
68-
toolchain: 1.75.0
68+
toolchain: 1.85.0
6969
override: true
7070
components: rustfmt, clippy, rust-src
7171
- uses: Swatinem/rust-cache@v1
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions-rs/toolchain@v1
9393
with:
9494
profile: minimal
95-
toolchain: nightly-2023-12-31
95+
toolchain: nightly-2025-04-03
9696
override: true
9797
components: llvm-tools-preview
9898
- uses: Swatinem/rust-cache@v1

0 commit comments

Comments
 (0)