Skip to content

Commit

Permalink
build(deps): Bump actions-rs/toolchain from 1 to 1.0.7 (#2069)
Browse files Browse the repository at this point in the history
Bumps [actions-rs/toolchain](https://github.com/actions-rs/toolchain) from 1 to 1.0.7.
- [Release notes](https://github.com/actions-rs/toolchain/releases)
- [Changelog](https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md)
- [Commits](actions-rs/toolchain@v1...v1.0.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 12, 2021
1 parent 10fcc1c commit 1fdac07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ jobs:
- uses: actions/checkout@v2.3.4

- name: Install Rust wasm32-unknown-emscripten
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
target: wasm32-unknown-emscripten
override: true

- name: Install Rust wasm32-wasi
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@v1.0.7
with:
toolchain: stable
target: wasm32-wasi
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:

- uses: actions/checkout@v2.3.4

- uses: actions-rs/toolchain@v1
- uses: actions-rs/toolchain@v1.0.7
with:
profile: minimal
toolchain: stable
Expand Down

0 comments on commit 1fdac07

Please sign in to comment.