Skip to content

Commit 241b8ab

Browse files
mralephCommit Queue
authored andcommitted
[pkg] Bump protobuf constraint for vm_service_protos
Change-Id: Ia6fb65bd11d38ede6238732fcb55fef455904871 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/418262 Auto-Submit: Slava Egorov <[email protected]> Reviewed-by: Derek Xu <[email protected]> Commit-Queue: Slava Egorov <[email protected]>
1 parent 2adeadd commit 241b8ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/vm_service_protos/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 1.1.0
1+
## 2.0.0
22

3-
- Widen the dependency constraint on `package:protobuf`.
3+
- Bump dependency constraint on `package:protobuf` to `>= 4.0.0`.
44
- Introduce `EventCategory`, `EventName`, and `DebugAnnotationName` classes.
55
- Add `eventCategories`, `eventNames`, `debugAnnotationNames` and
66
`debugAnnotationStringValues` getters to `InternedData`.

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: 1.1.0
2+
version: 2.0.0
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: '>=3.0.0 <5.0.0'
16+
protobuf: ">=4.0.0 <5.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)