File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ vars = {
167
167
"package_config_rev" : "100533d2f836583f281c9dfa11a00d6842c176d4" ,
168
168
"path_rev" : "4ca27d4e88d47f2d96c3113940a97321b6aa7175" ,
169
169
"pool_rev" : "5ccef15fcd4690d96e22e60c3962f4c97d9430f9" ,
170
- "protobuf_rev" : "c559fe52734ef6e2389e26ec3901eaf23fd76543 " ,
170
+ "protobuf_rev" : "050c1620a9149fcc1bf84e36d02bb111455e453d " ,
171
171
"pub_rev" : "fca927ae2662204805e1646c0c0687369001a41a" , # disable rev_sdk_deps.dart
172
172
"pub_semver_rev" : "8e5a58fd4231854b35ac585ff81c242885334843" ,
173
173
"shelf_rev" : "c15fc6f6ae11079d7796b0bf8c93135a5a112d82" ,
Original file line number Diff line number Diff line change
1
+ ## 1.0.1-wip
2
+
3
+ - Widen the dependency constraint on ` package:protobuf ` .
4
+
1
5
## 1.0.0
6
+
2
7
- Initial version
3
8
- Add code for working with Perfetto protos, which can be imported from
4
9
` 'package:vm_service_protos/vm_service_protos.dart' ` .
Original file line number Diff line number Diff line change 1
1
name : vm_service_protos
2
- version : 1.0.0
2
+ version : 1.0.1-wip
3
3
description : >-
4
4
A library for decoding protos returned by a service implementing the Dart VM
5
5
service protocol.
@@ -11,7 +11,7 @@ environment:
11
11
12
12
dependencies :
13
13
fixnum : ^1.0.0
14
- protobuf : ^ 3.0.0
14
+ protobuf : ' >= 3.0.0 <5.0.0 '
15
15
16
16
# We use 'any' version constraints here as we get our package versions from
17
17
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the
You can’t perform that action at this time.
0 commit comments