Skip to content

Commit

Permalink
ci: upgrade proto gen plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Jul 11, 2024
1 parent 284bea8 commit feeabff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit feeabff

Please sign in to comment.