From 0064d42985edc7e02ebcbe7a76cde09a6fa2e5c8 Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Mon, 19 Aug 2024 21:16:08 +0200 Subject: [PATCH] Fix CI by updating to Rust 1.74 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e767b6..bad11c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.70.0 + toolchain: 1.74.0 override: true - name: Build run: cargo build @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.70.0 + toolchain: 1.74.0 override: true - name: Clone repo run: git clone https://github.com/coredump-ch/gitcash-demo-repo/ @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.70.0 + toolchain: 1.74.0 override: true components: rustfmt - run: cargo fmt -- --check