Skip to content

Commit

Permalink
CI: bump rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Jun 8, 2022
1 parent 465a6d3 commit 17b47a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-11-02
toolchain: nightly-2022-04-05
target: ${{ matrix.target }}
components: rustfmt, clippy
default: true

- name: Install WASM target (for runtime building)
run: rustup target add wasm32-unknown-unknown --toolchain nightly-2021-11-02
run: rustup target add wasm32-unknown-unknown --toolchain nightly-2022-04-05

- name: Build optimized binary
uses: actions-rs/cargo@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-11-02
toolchain: nightly-2022-04-05
target: ${{ matrix.target }}
components: rustfmt, clippy
default: true

- name: Install WASM target (for runtime building)
shell: bash
run: rustup target add wasm32-unknown-unknown --toolchain nightly-2021-11-02
run: rustup target add wasm32-unknown-unknown --toolchain nightly-2022-04-05

- name: Build optimized binary
uses: actions-rs/cargo@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/robonomics-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-11-02
toolchain: nightly-2022-04-05
components: rustfmt, clippy
default: true

- name: Install WASM target (for runtime building)
run: rustup target add wasm32-unknown-unknown --toolchain nightly-2021-11-02
run: rustup target add wasm32-unknown-unknown --toolchain nightly-2022-04-05

- name: Build optimized binary
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 17b47a4

Please sign in to comment.