Skip to content

Commit

Permalink
Enable default features in prost dependencies (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanburen authored Jul 15, 2024
1 parent 84ea9af commit 03fa550
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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 @@ -15,11 +15,13 @@ registry:
# https://github.com/neoeinstein/protoc-gen-prost/blob/protoc-gen-prost-v0.3.1/protoc-gen-prost/Cargo.toml#L21-L23
- name: "prost"
req: "0.12.3"
default_features: false
# https://docs.rs/crate/prost/0.12.3/features
default_features: true
# prost-types is necessary for any module using the WKTs.
- name: "prost-types"
req: "0.12.3"
default_features: false
# 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: []

0 comments on commit 03fa550

Please sign in to comment.