Skip to content

Bump version of protobuf to 4.0.0 #15

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/conformance/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: conformance
description: >-
Conformance tests for connect

version: 0.3.0
version: 0.4.0
homepage: https://connectrpc.com
documentation: https://connectrpc.com/docs
publish_to: none
Expand All @@ -13,7 +13,7 @@ executables:
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
protobuf: ^3.1.0
protobuf: ^4.0.0
connectrpc:
path: ../connect
archive: ^3.6.1
Expand Down
4 changes: 2 additions & 2 deletions packages/connect/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >-
Implementation of the Connect protocol for Dart. Simple, reliable, interoperable.
Protobuf RPC that works

version: 0.3.0
version: 0.4.0
homepage: https://connectrpc.com
documentation: https://connectrpc.com/docs
repository: https://github.com/connectrpc/connect-dart
Expand All @@ -14,7 +14,7 @@ executables:
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
protobuf: ^3.1.0
protobuf: ^4.0.0
path: ^1.9.0
http2: ^2.3.0
fixnum: ^1.1.1
Expand Down
Loading