ci: Switch cargo-public-api-crates to cargo-check-external-types (#3576)

This commit is contained in:
tottoto
2025-12-05 22:03:30 +09:00
committed by GitHub
parent ca24460fac
commit 642e4dcb3c
5 changed files with 49 additions and 52 deletions
+7 -7
View File
@@ -11,15 +11,15 @@ readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.5.5" # remember to bump the version that axum and axum-extra depend on
[package.metadata.cargo-public-api-crates]
allowed = [
[package.metadata.cargo_check_external_types]
allowed_external_types = [
# not 1.0
"futures_core",
"tower_layer",
"futures_core::*",
"tower_layer::*",
# >=1.0
"bytes",
"http",
"http_body",
"bytes::*",
"http::*",
"http_body::*",
]
[package.metadata.cargo-machete]