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: ACK7e3b2ebb74
apoelstra: ACK7e3b2ebb74
Tree-SHA512: 9266f1c193395e25b1fc7945b2ed10fa7418c73f483ee3c6ad6c713b41a9eb9a01e1e23a58df5720e53811d470ac7465cffc235471236447f9c985dea5af21bb
This commit is contained in:
commit
9ba29b384e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue