Skip to content

Commit ca52a3e

Browse files
authored
[bazer_worker] allow latest pkg:protobuf (#2265)
1 parent 3849511 commit ca52a3e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

pkgs/bazel_worker/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.5
2+
3+
* Require `protobuf: ">=5.0.0 <7.0.0"`
4+
15
## 1.1.4
26

37
* Require Dart SDK `^3.9.0`.

pkgs/bazel_worker/e2e_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dev_dependencies:
1313
cli_util: ^0.4.2
1414
dart_flutter_team_lints: ^3.0.0
1515
path: ^1.8.0
16-
test: ^1.16.0
16+
test: ^1.20.0

pkgs/bazel_worker/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bazel_worker
2-
version: 1.1.4
2+
version: 1.1.5
33
description: >-
44
Protocol and utilities to implement or invoke persistent bazel workers.
55
repository: https://github.com/dart-lang/tools/tree/main/pkgs/bazel_worker
@@ -14,8 +14,8 @@ environment:
1414

1515
dependencies:
1616
async: ^2.5.0
17-
protobuf: ">=5.0.0 <6.0.0"
17+
protobuf: ">=5.0.0 <7.0.0"
1818

1919
dev_dependencies:
2020
dart_flutter_team_lints: ^3.0.0
21-
test: ^1.16.0
21+
test: ^1.20.0

0 commit comments

Comments
 (0)