Skip to content

Commit 4b65205

Browse files
Add tonic-prost crate dependency to tonic 0.5.0 (#2129)
This was changed upstream, perhaps unintentionally, but our crates now need to pull in tonic-prost explicitly or they will fail to compile. Ref: hyperium/tonic@969408e#r171907626
1 parent 7f758c0 commit 4b65205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/community/neoeinstein-tonic/v0.5.0/buf.plugin.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ registry:
1919
req: "0.14.1"
2020
# https://github.com/hyperium/tonic/blob/v0.14.1/tonic/Cargo.toml#L27
2121
default_features: true
22+
- name: "tonic-prost"
23+
req: "0.14.1"
2224
# https://github.com/neoeinstein/protoc-gen-prost/tree/main/protoc-gen-tonic#options
2325
opts:
2426
- no_include=true

0 commit comments

Comments
 (0)