Skip to content

Commit 4c59616

Browse files
devoncarewCommit Queue
authored and
Commit Queue
committed
[deps] rev package:protobuf
This brings in ~18 new commits: https://github.com/google/protobuf.dart/compare/c559fe52734..050c1620a91 Change-Id: I72fddb8feae2d794c890b4ada87b170f493738f3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/331743 Reviewed-by: Ömer Ağacan <[email protected]> Reviewed-by: Ben Konyi <[email protected]> Commit-Queue: Devon Carew <[email protected]>
1 parent 6c9dbb3 commit 4c59616

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ vars = {
167167
"package_config_rev": "100533d2f836583f281c9dfa11a00d6842c176d4",
168168
"path_rev": "4ca27d4e88d47f2d96c3113940a97321b6aa7175",
169169
"pool_rev": "5ccef15fcd4690d96e22e60c3962f4c97d9430f9",
170-
"protobuf_rev": "c559fe52734ef6e2389e26ec3901eaf23fd76543",
170+
"protobuf_rev": "050c1620a9149fcc1bf84e36d02bb111455e453d",
171171
"pub_rev": "fca927ae2662204805e1646c0c0687369001a41a", # disable rev_sdk_deps.dart
172172
"pub_semver_rev": "8e5a58fd4231854b35ac585ff81c242885334843",
173173
"shelf_rev": "c15fc6f6ae11079d7796b0bf8c93135a5a112d82",

pkg/vm_service_protos/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
## 1.0.1-wip
2+
3+
- Widen the dependency constraint on `package:protobuf`.
4+
15
## 1.0.0
6+
27
- Initial version
38
- Add code for working with Perfetto protos, which can be imported from
49
`'package:vm_service_protos/vm_service_protos.dart'`.

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.0.0
2+
version: 1.0.1-wip
33
description: >-
44
A library for decoding protos returned by a service implementing the Dart VM
55
service protocol.
@@ -11,7 +11,7 @@ environment:
1111

1212
dependencies:
1313
fixnum: ^1.0.0
14-
protobuf: ^3.0.0
14+
protobuf: '>=3.0.0 <5.0.0'
1515

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

0 commit comments

Comments
 (0)