From f6836f2102be0cc033d0d60ff83b8b9b16b54480 Mon Sep 17 00:00:00 2001 From: Esther Alter Date: Thu, 7 Dec 2023 08:32:37 -0500 Subject: [PATCH] upgraded to Rust 1.74.0 --- .github/workflows/build.yaml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d73251c5..e164fe0b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,7 +28,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: 1.71.0 + toolchain: 1.74.0 - name: cargo build run: cargo build --release --features ${{ matrix.feature }} - name: Create release directory @@ -66,7 +66,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: 1.71.0 + toolchain: 1.74.0 - name: Install cargo bundle run: cargo install cargo-bundle - name: cargo build @@ -92,7 +92,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: 1.71.0 + toolchain: 1.74.0 - name: cargo build run: cargo build --release - name: Download butler diff --git a/README.md b/README.md index 19faa20a..1a210d4c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## How to compile -I compile Cacophony with Rust 1.71.0 for Linux, MacOS, or Windows. Below is a list of operating systems I've tested: +I compile Cacophony with Rust 1.74.0 for Linux, MacOS, or Windows. Below is a list of operating systems I've tested: Linux: