Skip to content

Commit

Permalink
Update to Rust 1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iceiix committed Dec 24, 2021
1 parent 0808513 commit 6f8dcea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
# TODO: refactor toolchain version
toolchain: 1.55.0
toolchain: 1.57.0
components: clippy, rustfmt
default: true
- name: Install dependencies
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.55.0
toolchain: 1.57.0
components: clippy, rustfmt
default: true
- name: Build binary
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.55.0
toolchain: 1.57.0
components: clippy, rustfmt
default: true
- name: Build binary
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
# TODO: refactor toolchain version
toolchain: 1.55.0
toolchain: 1.57.0
components: clippy, rustfmt
default: true
- name: Install wasm-pack
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ from [GitHub Actions](https://actions-badge.atrox.dev/iceiix/stevenarella/goto?r

## Dependencies

Requires Rust stable version 1.55.0 or newer.
Requires Rust stable version 1.57.0 or newer.

**Debian/Ubuntu**

Expand Down

0 comments on commit 6f8dcea

Please sign in to comment.