Update to Rust 1.54.0

This commit is contained in:
ice_iix 2021-07-31 19:03:15 -07:00
parent 44fd1f933c
commit 814b6ab422
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ jobs:
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
# TODO: refactor toolchain version # TODO: refactor toolchain version
toolchain: 1.53.0 toolchain: 1.54.0
components: clippy, rustfmt components: clippy, rustfmt
default: true default: true
- name: Install dependencies - name: Install dependencies
@ -49,7 +49,7 @@ jobs:
- name: Install Rust - name: Install Rust
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: 1.53.0 toolchain: 1.54.0
components: clippy, rustfmt components: clippy, rustfmt
default: true default: true
- name: Build binary - name: Build binary
@ -83,7 +83,7 @@ jobs:
- name: Install Rust - name: Install Rust
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: 1.53.0 toolchain: 1.54.0
components: clippy, rustfmt components: clippy, rustfmt
default: true default: true
- name: Build binary - name: Build binary
@ -128,7 +128,7 @@ jobs:
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
# TODO: refactor toolchain version # TODO: refactor toolchain version
toolchain: 1.53.0 toolchain: 1.54.0
components: clippy, rustfmt components: clippy, rustfmt
default: true default: true
- name: Install wasm-pack - name: Install wasm-pack

View File

@ -67,7 +67,7 @@ from [GitHub Actions](https://actions-badge.atrox.dev/iceiix/stevenarella/goto?r
## Dependencies ## Dependencies
Requires Rust stable version 1.53.0 or newer. Requires Rust stable version 1.54.0 or newer.
**Debian/Ubuntu** **Debian/Ubuntu**