From 7b59de01397a6b3a4f007eaddefc5f8156f78b1e 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 ++-- .github/workflows/coordinator-ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/block-streamer-ci.yml b/.github/workflows/block-streamer-ci.yml index f9edb9b1a..b1a4d82a5 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.74.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.74.0 override: true profile: minimal components: clippy diff --git a/.github/workflows/coordinator-ci.yml b/.github/workflows/coordinator-ci.yml index 45d5e9cda..28fcc4ca6 100644 --- a/.github/workflows/coordinator-ci.yml +++ b/.github/workflows/coordinator-ci.yml @@ -50,7 +50,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.70.0 + toolchain: 1.74.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.74.0 override: true profile: minimal components: clippy