Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 5880488

Browse files
bkonyicbracken
authored andcommitted
Loosen version restriction on package:vm_service (#280)
Re-loosen the dependency on the `vm_service` package from `>=1.0.0 < 2.1.2` to `>=1.0.0 <3.0.0` now that breakage introduced in version `2.1.2` has been resolved. Fixed in: dart-lang/sdk@7a911ce. Fixes https://github.com/dart-lang/coverage/issues/278.
1 parent 01d4506 commit 5880488

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.13.3+3 - 2019-12-03
2+
3+
* Re-loosen the dependency on the `vm_service` package from `>=1.0.0 < 2.1.2`
4+
to `>=1.0.0 <3.0.0` now that breakage introduced in version `2.1.2` has been
5+
resolved. Fixed in:
6+
https://github.com/dart-lang/sdk/commit/7a911ce3f1e945f2cbd1967c6109127e3acbab5a.
7+
18
## 0.13.3+2 - 2019-12-02
29

310
* Tighten the dependency on the `vm_service` package from `>=1.0.0 <3.0.0` down

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: coverage
2-
version: 0.13.3+2
2+
version: 0.13.3+3
33
author: Dart Team <[email protected]>
44
description: Coverage data manipulation and formatting
55
homepage: https://github.com/dart-lang/coverage
@@ -13,7 +13,7 @@ dependencies:
1313
package_config: '>=0.1.5 <2.0.0'
1414
path: '>=0.9.0 <2.0.0'
1515
stack_trace: ^1.3.0
16-
vm_service: '>=1.0.0 <2.1.2'
16+
vm_service: '>=1.0.0 <3.0.0'
1717

1818
dev_dependencies:
1919
test: ^1.0.0

0 commit comments

Comments
 (0)