From 7169984d0e303aaea75854d68f48a8002598c018 Mon Sep 17 00:00:00 2001 From: Yuval Shavit Date: Fri, 28 Feb 2025 01:35:12 -0500 Subject: [PATCH] add notices --- .github/workflows/readme-checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/readme-checks.yml b/.github/workflows/readme-checks.yml index ce57994..e868496 100644 --- a/.github/workflows/readme-checks.yml +++ b/.github/workflows/readme-checks.yml @@ -35,6 +35,8 @@ jobs: echo "result=$min_version" >> "$GITHUB_OUTPUT" - name: compare versions run: | + echo "::notice title=cargo-msrv::$MSRV_VERSION" + echo "::notice title=README.md-msrv::$README_VERSION" if [[ "$MSRV_VERSION" != "$README_VERSION" ]]; then echo "::error title=msrv-mismatch::cargo-msrv was $MSRV_VERSION but README.md says rustc >= $README_VERSION" exit 1