Skip to content

Commit e9173cd

Browse files
authored
Merge pull request #106 from second-state/release/wasmedge_0.14.x
[CI] Update release actions rust version
2 parents 8e376ce + cd57065 commit e9173cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-wasmedge-macro.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- name: Install Rust v1.75
22+
- name: Install Rust v1.78
2323
uses: dtolnay/rust-toolchain@stable
2424
with:
25-
toolchain: 1.75
25+
toolchain: 1.78
2626

2727
- name: Dry run cargo publish
2828
env:

.github/workflows/release-wasmedge-types.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- name: Install Rust v1.75
22+
- name: Install Rust v1.78
2323
uses: dtolnay/rust-toolchain@stable
2424
with:
25-
toolchain: 1.75
25+
toolchain: 1.78
2626

2727
- name: Dry run cargo publish
2828
env:

0 commit comments

Comments
 (0)