Skip to content

Commit 7eb02a0

Browse files
committed
Update CI config
Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
1 parent e12bab2 commit 7eb02a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 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-2025-04-03
33+
toolchain: nightly-2026-01-30
3434
override: true
3535
components: rustfmt, clippy, rust-src
3636
- uses: Swatinem/rust-cache@v1
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions-rs/toolchain@v1
9393
with:
9494
profile: minimal
95-
toolchain: nightly-2025-04-03
95+
toolchain: nightly-2026-01-30
9696
override: true
9797
components: llvm-tools-preview
9898
- uses: Swatinem/rust-cache@v1

0 commit comments

Comments
 (0)