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

Update package:vm_service constraints to '>=12.0.0 <15.0.0' #473

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 1.7.2-wip
## 1.7.2

- Update `package:vm_service` constraints to '>=12.0.0 <15.0.0'.

## 1.7.1

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: coverage
version: 1.7.2-wip
version: 1.7.2
description: Coverage data manipulation and formatting
repository: https://github.com/dart-lang/coverage

Expand All @@ -13,7 +13,7 @@ dependencies:
path: ^1.8.0
source_maps: ^0.10.10
stack_trace: ^1.10.0
vm_service: '>=12.0.0 <14.0.0'
vm_service: '>=12.0.0 <15.0.0'

dev_dependencies:
benchmark_harness: ^2.2.0
Expand Down