Skip to content

Commit 13351c1

Browse files
jakemac53Commit Queue
authored andcommitted
release vm_service_protos 2.0.1
Bug: flutter/devtools#9534 Change-Id: I7dfbe285efe1258455aaa57600edd058f05bcbd0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/465380 Commit-Queue: Ben Konyi <[email protected]> Auto-Submit: Jake Macdonald <[email protected]> Reviewed-by: Ben Konyi <[email protected]>
1 parent fc8e7a2 commit 13351c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkg/vm_service_protos/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.0.1-wip
1+
## 2.0.1
22

33
- Include support for `package:protobuf` 5.0.
44

pkg/vm_service_protos/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vm_service_protos
2-
version: 2.0.1-wip
2+
version: 2.0.1
33
description: >-
44
A library for decoding protos returned by a service implementing the Dart VM
55
service protocol.
@@ -13,7 +13,7 @@ resolution: workspace
1313

1414
dependencies:
1515
fixnum: ^1.0.0
16-
protobuf: '>=5.0.0 <6.0.0'
16+
protobuf: ">=5.0.0 <6.0.0"
1717

1818
# We use 'any' version constraints here as we get our package versions from
1919
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the

0 commit comments

Comments
 (0)