From 40dea771cc4d97d48949a6ececd7ef2be238b3cf Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 19 Nov 2023 21:41:28 +0000 Subject: [PATCH] ci: test with Rust 1.74 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cc20deeb..27162c478 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: name: Lint Rust runs-on: ubuntu-latest env: - RUSTUP_TOOLCHAIN: 1.73.0 + RUSTUP_TOOLCHAIN: 1.74.0 steps: - uses: actions/checkout@v3 - name: Install rustfmt and clippy @@ -76,11 +76,11 @@ jobs: matrix: include: - os: ubuntu-latest - rust: 1.73.0 + rust: 1.74.0 - os: windows-latest - rust: 1.73.0 + rust: 1.74.0 - os: macos-latest - rust: 1.73.0 + rust: 1.74.0 # Minimum Supported Rust Version = 1.70.0 - os: ubuntu-latest