Skip to content

Commit

Permalink
chore: Add pin-project crate to external type
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Oct 25, 2024
1 parent eaa81dd commit 6a34fd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tonic-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ allowed_external_types = [
"bytes::*",
"http::*",
"http_body::*",
"pin_project::*",

# not major released
"futures_core::stream::Stream",
Expand Down
1 change: 1 addition & 0 deletions tonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ allowed_external_types = [
"http_body::*",
"hyper::*",
"rustls_pki_types::*",
"pin_project::*",

# not major released
"prost::*",
Expand Down

0 comments on commit 6a34fd6

Please sign in to comment.