From 4a6e703c5698236124ddaec98938fcd7ad8e1a5b Mon Sep 17 00:00:00 2001 From: Allan <6740989+allan2@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:22:04 -0400 Subject: [PATCH] Update CI MSRV to 1.74.0 v0.16 PR uses the latest clap, which depends on this version. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d6ff07d..080c5537 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: # minimum supported rust version - rust: [stable, beta, nightly, 1.72.0] + rust: [stable, beta, nightly, 1.74.0] on: - { os: ubuntu-latest, target: x86_64-unknown-linux-gnu } - { os: macos-latest, target: x86_64-apple-darwin }