Merge rust-bitcoin/rust-bitcoin#2893: CI: Pin cargo-public-api version

7e3b2ebb74 CI: Pin cargo-public-api version (Tobin C. Harding)

Pull request description:

  So that updates don't break our CI setup used a specific version of `cargo-public-api`, this means we will have to update it manually periodically though.

  For now, since the latest release just broke us, use the release from a month ago.

ACKs for top commit:
  Kixunil:
    ACK 7e3b2ebb74
  apoelstra:
    ACK 7e3b2ebb74

Tree-SHA512: 9266f1c193395e25b1fc7945b2ed10fa7418c73f483ee3c6ad6c713b41a9eb9a01e1e23a58df5720e53811d470ac7465cffc235471236447f9c985dea5af21bb
This commit is contained in:
Andrew Poelstra 2024-06-21 15:54:17 +00:00
commit 9ba29b384e
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

@ -317,6 +317,6 @@ jobs:
with:
toolchain: ${{ needs.Prepare.outputs.nightly_version }}
- name: "Install cargo-public-api"
run: cargo install --locked cargo-public-api
run: cargo install cargo-public-api@0.35.0 --locked
- name: "Run API checker script"
run: ./contrib/check-for-api-changes.sh