Update to Rust 1.55.0 (#618)

This commit is contained in:
iceiix 2021-09-29 17:06:29 -07:00 committed by GitHub
parent cfcc7d2a1f
commit 080851353c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

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

View File

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