File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 5555 uses : obi1kenobi/cargo-semver-checks-action@v2
5656 with :
5757 uses : dtolnay/rust-toolchain@stable
58+
59+ external-types :
60+ runs-on : ubuntu-latest
61+ steps :
62+ - uses : actions/checkout@v5
63+ - uses : dtolnay/rust-toolchain@master
64+ with :
65+ toolchain : nightly-2025-08-06
66+ - name : Install cargo-check-external-types
67+ uses : taiki-e/cache-cargo-install-action@v2
68+ with :
69+ 70+ - uses : Swatinem/rust-cache@v2
71+ - run : cargo check-external-types --all-features
Original file line number Diff line number Diff line change @@ -41,3 +41,9 @@ regex = ["dep:regex"]
4141
4242[lints .rust ]
4343unexpected_cfgs = { level = " warn" , check-cfg = [' cfg(tokio_unstable)' ] }
44+
45+ [package .metadata .cargo_check_external_types ]
46+ allowed_external_types = [
47+ " bytes::*" ,
48+ " tokio::*" ,
49+ ]
You can’t perform that action at this time.
0 commit comments