Skip to content

Commit

Permalink
CI: allow pin-project-lite in public dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mladedav committed Nov 7, 2024
1 parent 280d16a commit 4244d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions axum-extra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ allowed = [
"headers_core",
"http",
"http_body",
"pin_project_lite",
"prost",
"serde",
"tokio",
Expand Down
1 change: 1 addition & 0 deletions axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ allowed = [
"futures_core",
"futures_sink",
"futures_util",
"pin_project_lite",
"tower_layer",
"tower_service",

Expand Down

0 comments on commit 4244d88

Please sign in to comment.