Skip to content

Commit

Permalink
[CI] Update release actions rust version
Browse files Browse the repository at this point in the history
Signed-off-by: csh <[email protected]>
  • Loading branch information
L-jasmine committed Jun 3, 2024
1 parent 2f16a58 commit cd57065
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-wasmedge-macro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
fetch-depth: 0

- name: Install Rust v1.75
- name: Install Rust v1.78
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.75
toolchain: 1.78

- name: Dry run cargo publish
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-wasmedge-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
fetch-depth: 0

- name: Install Rust v1.75
- name: Install Rust v1.78
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.75
toolchain: 1.78

- name: Dry run cargo publish
env:
Expand Down

0 comments on commit cd57065

Please sign in to comment.