Skip to content

Commit

Permalink
Enable file_descriptor_set option for prost
Browse files Browse the repository at this point in the history
This is important for Tonic's reflection implementation.
  • Loading branch information
stefanvanburen committed Aug 1, 2024
1 parent c0b101b commit 9f77760
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/community/neoeinstein-prost/v0.3.1/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ registry:
# https://docs.rs/crate/prost-types/0.12.3/features
default_features: true
# https://github.com/neoeinstein/protoc-gen-prost/blob/protoc-gen-prost-v0.3.1/protoc-gen-prost/README.md#options
# No options set.
opts: []
opts:
# Includes the encoded FileDescriptorSet in the generated output for each module.
- file_descriptor_set

0 comments on commit 9f77760

Please sign in to comment.