From 03fa550daa548c72620b3dae366fd9e01244a440 Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Mon, 15 Jul 2024 11:10:58 -0400 Subject: [PATCH] Enable default features in prost dependencies (#1344) --- plugins/community/neoeinstein-prost/v0.3.1/buf.plugin.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/community/neoeinstein-prost/v0.3.1/buf.plugin.yaml b/plugins/community/neoeinstein-prost/v0.3.1/buf.plugin.yaml index 56c0e247d..cbd432183 100644 --- a/plugins/community/neoeinstein-prost/v0.3.1/buf.plugin.yaml +++ b/plugins/community/neoeinstein-prost/v0.3.1/buf.plugin.yaml @@ -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: []