From 985f46c4c0cf44b76b20e0d73d0b871a281f054e Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Wed, 25 Oct 2023 10:17:28 -0400 Subject: [PATCH] Fix pubspec --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6606d697..16e851b2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: path: ^1.8.0 source_maps: ^0.10.10 stack_trace: ^1.10.0 - vm_service: '>=12.0.0 <=13.0.0' + vm_service: '>=12.0.0 <14.0.0' dev_dependencies: benchmark_harness: ^2.2.0