Skip to content

Commit 48f2f6a

Browse files
committed
chore: update rust toolchain to 1.88
Signed-off-by: Peefy <xpf6677@163.com>
1 parent 6878a73 commit 48f2f6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cpp-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install Rust
4242
uses: actions-rs/toolchain@v1
4343
with:
44-
toolchain: 1.81
44+
toolchain: 1.88
4545
override: true
4646
components: clippy, rustfmt
4747
- name: Build

.github/workflows/nodejs-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install rust toolchain
3333
uses: actions-rs/toolchain@v1
3434
with:
35-
toolchain: 1.81
35+
toolchain: 1.88
3636
override: true
3737
components: clippy, rustfmt
3838

.github/workflows/wasm-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Rust
3636
uses: actions-rs/toolchain@v1
3737
with:
38-
toolchain: 1.81
38+
toolchain: 1.88
3939
override: true
4040
components: clippy, rustfmt
4141
- name: Setup Go

0 commit comments

Comments
 (0)