GitHub Actions: update to Rust 1.59.0

This commit is contained in:
ice_iix 2022-08-28 06:49:00 -07:00
parent 2d6bc952d5
commit 76b285ae61
1 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
# TODO: refactor toolchain version
toolchain: 1.58.1
toolchain: 1.59.0
components: clippy, rustfmt
default: true
- name: Install dependencies
@ -60,7 +60,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.58.1
toolchain: 1.59.0
components: clippy, rustfmt
default: true
- name: Build binary
@ -105,7 +105,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.58.1
toolchain: 1.59.0
components: clippy, rustfmt
default: true
- name: Build binary
@ -161,7 +161,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
# TODO: refactor toolchain version
toolchain: 1.58.1
toolchain: 1.59.0
components: clippy, rustfmt
default: true
- name: Install wasm-pack