Skip to content

Commit acd790b

Browse files
committed
fix: revert rust toolchain to 1.79
Signed-off-by: zongz <zongzhe1024@163.com>
1 parent 8aae753 commit acd790b

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/c-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Rust
3737
uses: actions-rs/toolchain@v1
3838
with:
39-
toolchain: 1.81
39+
toolchain: 1.79
4040
override: true
4141
components: clippy, rustfmt
4242
- name: Build

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

.github/workflows/dotnet-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Install Rust
7070
uses: actions-rs/toolchain@v1
7171
with:
72-
toolchain: 1.81
72+
toolchain: 1.79
7373
override: true
7474
components: clippy, rustfmt
7575
- name: Setup linux-aarch_64 rust target
@@ -124,7 +124,7 @@ jobs:
124124
- name: Install Rust
125125
uses: actions-rs/toolchain@v1
126126
with:
127-
toolchain: 1.81
127+
toolchain: 1.79
128128
override: true
129129
components: clippy, rustfmt
130130

.github/workflows/kotlin-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install rust nightly toolchain
6161
uses: actions-rs/toolchain@v1
6262
with:
63-
toolchain: 1.81
63+
toolchain: 1.79
6464
override: true
6565
components: clippy, rustfmt
6666

.github/workflows/lua-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Rust
3838
uses: actions-rs/toolchain@v1
3939
with:
40-
toolchain: 1.81
40+
toolchain: 1.79
4141
override: true
4242
components: clippy, rustfmt
4343
- 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.79
3636
override: true
3737
components: clippy, rustfmt
3838

.github/workflows/rust-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install rust nightly toolchain
3232
uses: actions-rs/toolchain@v1
3333
with:
34-
toolchain: 1.81
34+
toolchain: 1.79
3535
override: true
3636
components: clippy, rustfmt
3737
- name: Rust code test

.github/workflows/swift-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install Rust
4444
uses: actions-rs/toolchain@v1
4545
with:
46-
toolchain: 1.81
46+
toolchain: 1.79
4747
override: true
4848
components: clippy, rustfmt
4949
- name: Setup Swift toolchain

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

0 commit comments

Comments
 (0)