Try cargo public-api-crates on CI (#1761)

This commit is contained in:
David Pedersen
2023-02-16 22:41:41 +01:00
committed by GitHub
parent c18ff9dd63
commit e6ff0281ae
5 changed files with 67 additions and 0 deletions
+9
View File
@@ -30,3 +30,12 @@ futures-util = "0.3"
hyper = "0.14"
tokio = { version = "1.0", features = ["macros"] }
tower-http = { version = "0.3.4", features = ["limit"] }
[package.metadata.cargo-public-api-crates]
allowed = [
"futures_core",
"http",
"bytes",
"http_body",
"tower_layer",
]