Skip to content

Commit 4428e08

Browse files
committed
Merge #718: Remove check-for-api infrastructure
1b0c79c Remove check-for-api infrastructure (Tobin C. Harding) Pull request description: This was a short lived, and unfortunately unsuccessful experiment on how to catch API breaking changes. As we did elsewhere in the org, remove the check-for-api infrastructure. ACKs for top commit: apoelstra: ACK 1b0c79c successfully ran local tests Tree-SHA512: 0fddf186d37af3863428af80ff5c5a941b0d1b40fd4d72b6c1bcf8dec1cb4127446d4d61e19cc12e2ff35a5cd3f98dce0980f913cc38a947dc4d12605b8bebe8
2 parents 2753b9e + 1b0c79c commit 4428e08

File tree

7 files changed

+0
-4781
lines changed

7 files changed

+0
-4781
lines changed

.github/workflows/rust.yml

-15
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,3 @@ jobs:
118118
env:
119119
DO_WASM: true
120120
run: ./contrib/test.sh
121-
122-
API:
123-
name: Check for changes to the public API
124-
runs-on: ubuntu-latest
125-
strategy:
126-
fail-fast: false
127-
steps:
128-
- name: Checkout Crate
129-
uses: actions/checkout@v3
130-
- name: Checkout Toolchain
131-
uses: dtolnay/rust-toolchain@nightly
132-
- name: Install cargo-public-api
133-
run: cargo install --locked cargo-public-api
134-
- name: Running API checker script
135-
run: ./contrib/check-for-api-changes.sh

api/all-features.txt

-1,068
This file was deleted.

api/alloc.txt

-932
This file was deleted.

api/default-features.txt

-936
This file was deleted.

api/global-context.txt

-959
This file was deleted.

api/no-default-features.txt

-839
This file was deleted.

contrib/check-for-api-changes.sh

-32
This file was deleted.

0 commit comments

Comments
 (0)