mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-30 00:00:32 +02:00
ci: Switch cargo-public-api-crates to cargo-check-external-types (#3576)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user