Skip to content

Commit

Permalink
[CI] Bump Rust version to 1.75 in release Action
Browse files Browse the repository at this point in the history
Signed-off-by: csh <[email protected]>
  • Loading branch information
L-jasmine committed Apr 30, 2024
1 parent 2f18e4f commit 328a094
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-async-wasi.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.68
- name: Install Rust v1.75
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.68
toolchain: 1.75

- name: Dry run cargo publish
env:
Expand Down
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.68
- name: Install Rust v1.75
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.68
toolchain: 1.75

- 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.68
- name: Install Rust v1.75
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.68
toolchain: 1.75

- name: Dry run cargo publish
env:
Expand Down

0 comments on commit 328a094

Please sign in to comment.