Skip to content

Commit

Permalink
Merge pull request #106 from second-state/release/wasmedge_0.14.x
Browse files Browse the repository at this point in the history
[CI] Update release actions rust version
  • Loading branch information
L-jasmine authored Jun 3, 2024
2 parents 8e376ce + cd57065 commit e9173cd
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 e9173cd

Please sign in to comment.