From 2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe Mon Sep 17 00:00:00 2001 From: amfaber <64870490+amfaber@users.noreply.github.com> Date: Sat, 2 Dec 2023 12:19:54 +0100 Subject: [PATCH] =?UTF-8?q?Enable=20type=20names=20for=20pbjson=5Ftypes.?= =?UTF-8?q?=20raison=20d'=C3=AAtre=20for=20the=20fork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pbjson-types/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/pbjson-types/build.rs b/pbjson-types/build.rs index 4430fca..c6ef89f 100644 --- a/pbjson-types/build.rs +++ b/pbjson-types/build.rs @@ -12,6 +12,7 @@ fn main() -> Result<()> { let mut config = prost_build::Config::new(); config + .enable_type_names() .file_descriptor_set_path(&descriptor_path) .compile_well_known_types() .disable_comments(["."])