Skip to content

Commit 7ea3773

Browse files
committed
fix: fix ci
Signed-off-by: zongz <zongzhe1024@163.com>
1 parent 038390f commit 7ea3773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.79
44+
toolchain: 1.80
4545
override: true
4646
components: clippy, rustfmt
4747
- name: Build

.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.79
38+
toolchain: 1.81
3939
override: true
4040
components: clippy, rustfmt
4141
- name: Setup Go

0 commit comments

Comments
 (0)