From feeabff83c6aa96ddcfa8ec2fd2110530d0367c4 Mon Sep 17 00:00:00 2001 From: MuZhou233 Date: Fri, 12 Jul 2024 00:01:16 +0100 Subject: [PATCH] ci: upgrade proto gen plugin version --- buf.gen.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buf.gen.yaml b/buf.gen.yaml index 66210b20..927011f9 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -40,16 +40,16 @@ plugins: out: node #Rust - - plugin: buf.build/community/neoeinstein-prost:v0.2.3 + - plugin: buf.build/community/neoeinstein-prost:v0.3.1 out: src opt: - bytes=. - compile_well_known_types - extern_path=.google.protobuf=::pbjson_types - file_descriptor_set - - plugin: buf.build/community/neoeinstein-prost-serde:v0.2.3 + - plugin: buf.build/community/neoeinstein-prost-serde:v0.3.0 out: src - - plugin: buf.build/community/neoeinstein-tonic:v0.3.0 + - plugin: buf.build/community/neoeinstein-tonic:v0.4.0 out: src opt: - compile_well_known_types @@ -64,7 +64,7 @@ plugins: - name: csharp out: Assets/src opt: base_namespace= - - plugin: buf.build/grpc/csharp:v1.61.1 + - plugin: buf.build/grpc/csharp:v1.65.0 out: Assets/src #Dart