Skip to content

Commit 9142172

Browse files
feat: Upgrade to protobuf ^6.0.0
- Update protobuf dependency from ^5.1.0 to ^6.0.0 - Exclude grpc-web example from workspace (bazel_worker doesn't support protobuf 6.0.0 yet)
1 parent 81a9072 commit 9142172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish_to: none
77

88
workspace:
99
- example/googleapis
10-
- example/grpc-web
10+
# - example/grpc-web # Excluded: bazel_worker doesn't support protobuf 6.0.0 yet
1111
- example/helloworld
1212
- example/metadata
1313
- example/route_guide
@@ -29,7 +29,7 @@ dependencies:
2929
meta: ^1.16.0
3030
http: ^1.4.0
3131
http2: ^2.3.1
32-
protobuf: ^5.1.0
32+
protobuf: ^6.0.0
3333
clock: ^1.1.2
3434
web: ^1.1.1
3535

0 commit comments

Comments
 (0)