From 76b285ae61f7111c29bedc0957c7edffc7e2cf12 Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sun, 28 Aug 2022 06:49:00 -0700 Subject: [PATCH] GitHub Actions: update to Rust 1.59.0 --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ca8cc02..45b83e0 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.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