From fd53b80c178585c11ad20b89b4c0ca951a7ea576 Mon Sep 17 00:00:00 2001 From: "Franz Heinzmann (Frando)" Date: Wed, 29 Jun 2022 18:55:41 +0200 Subject: [PATCH] use stable toolchain not 1.56.0 --- .github/workflows/jsonrpc_api.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jsonrpc_api.yml b/.github/workflows/jsonrpc_api.yml index 0d4203be4..e93bb8401 100644 --- a/.github/workflows/jsonrpc_api.yml +++ b/.github/workflows/jsonrpc_api.yml @@ -18,7 +18,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.56.0 + toolchain: stable override: true - name: Rust Cache uses: Swatinem/rust-cache@v1.3.0 @@ -38,7 +38,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.56.0 + toolchain: stable override: true - name: Rust Cache uses: Swatinem/rust-cache@v1.3.0