From e997d35aacdfe4ca4960fcb6fd060d949abbe5bd Mon Sep 17 00:00:00 2001 From: "@brodycj - C. Jonathan Brody" Date: Mon, 6 Jan 2025 22:03:43 -0500 Subject: [PATCH] XXX TBD try util-msrv with 1.63 as well as 1.56 - XXX TODO REVERT in favor of merging other PR #2907 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbcb0e8c38..2c28721a18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,11 +106,15 @@ jobs: util-msrv: name: cargo +${{ matrix.rust }} build strategy: + # XXX TODO REMOVE ONCE GENERAL MSRV IS UPDATED AS PROPOSED IN OTHER PR #2907 + fail-fast: false matrix: rust: # This is the minimum Rust version supported by futures, futures-util, futures-task, futures-macro, futures-executor, futures-channel, futures-test. # When updating this, the reminder to update the minimum required version in README.md and Cargo.toml. + # XXX TODO USE SINGLE, UPDATED MSRV AS PROPOSED IN OTHER PR #2907 - '1.56' + - '1.63' runs-on: ubuntu-latest timeout-minutes: 60 steps: