From 8cb9fcc6af472244b3bd730f102a0c0680ad90b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Wed, 29 May 2024 23:41:09 +0200 Subject: [PATCH] Add comment about syncing MSRV --- .github/workflows/build-and-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 1cd9d1b..b023962 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -17,6 +17,7 @@ jobs: build-and-test: strategy: matrix: + # Keep MSRV in sync with rust-version in Cargo.toml rust: [stable, beta, nightly, 1.56.0] runs-on: ubuntu-latest steps: