From ebab2d9aa7310eb62a6c42bf4dfb266cff441965 Mon Sep 17 00:00:00 2001 From: "Jamil Lambert, PhD" Date: Tue, 4 Feb 2025 17:36:26 +0000 Subject: [PATCH] Update cargo-public-api version Version 0.42.0 is not compatible with the new version of rust nightly. Update to v0.43.0 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c9c230cd2..8a45324bf 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -322,6 +322,6 @@ jobs: toolchain: ${{ needs.Prepare.outputs.nightly_version }} - name: "Install cargo-public-api" # Pin version so that updates don't introduce changes to the text files. - run: cargo +stable install --locked cargo-public-api@0.42.0 + run: cargo +stable install --locked cargo-public-api@0.43.0 - name: "Run API checker script" run: ./contrib/check-for-api-changes.sh