From 38a85e967d9c2c4258f3a32ad2e9644ef5ac7e52 Mon Sep 17 00:00:00 2001 From: graelo Date: Mon, 5 Sep 2022 20:22:35 +0200 Subject: [PATCH] fix(actions): remove 1.59.0 build from essentials.yml --- .github/workflows/essentials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/essentials.yml b/.github/workflows/essentials.yml index 82ba326..9a1d4df 100644 --- a/.github/workflows/essentials.yml +++ b/.github/workflows/essentials.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rust: [1.59.0, stable] + rust: [stable] steps: - name: Rust install uses: actions-rs/toolchain@v1