Update cargo-public-api version

Version 0.42.0 is not compatible with the new version of rust nightly.

Update to v0.43.0
This commit is contained in:
Jamil Lambert, PhD 2025-02-04 17:36:26 +00:00
parent 3b350d4f54
commit ebab2d9aa7
No known key found for this signature in database
GPG Key ID: 54DC29234AB5D2C0
1 changed files with 1 additions and 1 deletions

View File

@ -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