Skip to content

Commit

Permalink
chore(reflection): Remove implicit prost-types feature (#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Jan 9, 2025
1 parent 171f4dd commit cbca447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic-reflection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[features]
server = ["prost-types", "dep:tokio", "dep:tokio-stream"]
server = ["dep:prost-types", "dep:tokio", "dep:tokio-stream"]
default = ["server"]

[dependencies]
Expand Down

0 comments on commit cbca447

Please sign in to comment.