Skip to content

Commit

Permalink
fix: bump buf remote deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Sep 2, 2024
1 parent 7c99185 commit 8eab581
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins:
opt: paths=source_relative

#JS
- remote: buf.build/protocolbuffers/js:v3.21.2
- remote: buf.build/protocolbuffers/js:v3.21.4
out: node
opt:
- import_style=commonjs
Expand All @@ -35,16 +35,16 @@ plugins:
- service=grpc-node

#Rust
- remote: buf.build/community/neoeinstein-prost:v0.3.1
- remote: buf.build/community/neoeinstein-prost:v0.4.0
out: src
opt:
- bytes=.
- compile_well_known_types
- extern_path=.google.protobuf=::pbjson_types
- file_descriptor_set
- remote: buf.build/community/neoeinstein-prost-serde:v0.3.0
- remote: buf.build/community/neoeinstein-prost-serde:v0.3.1
out: src
- remote: buf.build/community/neoeinstein-tonic:v0.4.0
- remote: buf.build/community/neoeinstein-tonic:v0.4.1
out: src
opt:
- compile_well_known_types
Expand All @@ -58,7 +58,7 @@ plugins:
- protoc_builtin: csharp
out: Assets/src
opt: base_namespace=
- remote: buf.build/grpc/csharp:v1.65.0
- remote: buf.build/grpc/csharp:v1.66.1
out: Assets/src

#Dart
Expand Down

0 comments on commit 8eab581

Please sign in to comment.