From 080851353c5e622970cb980f1723003f2a8ac9de Mon Sep 17 00:00:00 2001 From: iceiix <43691553+iceiix@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:06:29 -0700 Subject: [PATCH] Update to Rust 1.55.0 (#618) --- .github/workflows/build.yaml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ecc8c8f..a567a1e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 diff --git a/README.md b/README.md index 9d99dec..9d535c5 100644 --- a/README.md +++ b/README.md @@ -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**