From bd3d75c484bb40243d2fcbe89c867b8dcc2d9c20 Mon Sep 17 00:00:00 2001 From: Morgan Mccauley Date: Mon, 15 Apr 2024 16:01:58 +1200 Subject: [PATCH] ci: Update rust version in github actions --- .github/workflows/block-streamer-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/block-streamer-ci.yml b/.github/workflows/block-streamer-ci.yml index f9edb9b1a..829c2fa32 100644 --- a/.github/workflows/block-streamer-ci.yml +++ b/.github/workflows/block-streamer-ci.yml @@ -50,7 +50,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.70.0 + toolchain: 1.75.0 override: true profile: minimal components: rustfmt @@ -71,7 +71,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.70.0 + toolchain: 1.75.0 override: true profile: minimal components: clippy