Skip to content

Commit c9245e2

Browse files
committed
Make vm_service_interface version a minimum constraint instead of pin
1 parent bc9df34 commit c9245e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dwds/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Added support for some debugging APIs with the DDC library bundle format. - [#2537](https://github.com/dart-lang/webdev/issues/2537)
55
- Expose a partial implementation of
66
`FrontendServerDdcLibraryBundleStrategyProvider`.
7+
- Update `package:vm_service_interface` to '^2.0.1'.
78

89
## 24.2.0
910

dwds/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
sse: ^4.1.2
3535
uuid: ^4.0.0
3636
vm_service: '>=14.2.4 <16.0.0'
37-
vm_service_interface: 2.0.1
37+
vm_service_interface: ^2.0.1
3838
web_socket_channel: '>=2.2.0 <4.0.0'
3939
web: ^1.1.0
4040
webkit_inspection_protocol: ^1.0.1

0 commit comments

Comments
 (0)