From a14d6991e769490e474feb73b51a5e601718d224 Mon Sep 17 00:00:00 2001 From: Morgan Mccauley Date: Mon, 11 Dec 2023 15:57:31 +1300 Subject: [PATCH] ci: Use rust `1.70.0` --- .github/workflows/block-streamer-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/block-streamer-ci.yml b/.github/workflows/block-streamer-ci.yml index 0693c5ff4..d3c6e5d1f 100644 --- a/.github/workflows/block-streamer-ci.yml +++ b/.github/workflows/block-streamer-ci.yml @@ -31,7 +31,6 @@ jobs: format: - name: Format runs-on: ubuntu-20.04 steps: - name: Checkout repository @@ -39,7 +38,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.68.0 + toolchain: 1.70.0 override: true profile: minimal components: rustfmt @@ -49,7 +48,6 @@ jobs: cargo fmt -- --check clippy: - name: Clippy runs-on: ubuntu-20.04 steps: - name: Checkout repository @@ -57,7 +55,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.68.0 + toolchain: 1.70.0 override: true profile: minimal components: clippy