From 990ad1e149d5f1907ca27f62f62afc0650102ce7 Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Fri, 12 Jul 2024 07:45:28 -0400 Subject: [PATCH] Add `std` feature to prost dependency Since we're not supporting `no_std` crates, we should enable the `std` feature by default. --- plugins/community/neoeinstein-prost/v0.3.1/buf.plugin.yaml | 1 + 1 file changed, 1 insertion(+) 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..a7212ed44 100644 --- a/plugins/community/neoeinstein-prost/v0.3.1/buf.plugin.yaml +++ b/plugins/community/neoeinstein-prost/v0.3.1/buf.plugin.yaml @@ -16,6 +16,7 @@ registry: - name: "prost" req: "0.12.3" default_features: false + features: ["std"] # prost-types is necessary for any module using the WKTs. - name: "prost-types" req: "0.12.3"