From 823955b67eec43e3ad30b5e8fd66c2845b25cfa2 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Tue, 14 Mar 2023 22:48:53 -0700 Subject: [PATCH] Bump pubspec To fix problems surfaced by Dart SDK roll https://github.com/flutter/engine/pull/40296 --- tools/path_ops/dart/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/path_ops/dart/pubspec.yaml b/tools/path_ops/dart/pubspec.yaml index 1dca18515b9c2..2db190830779d 100644 --- a/tools/path_ops/dart/pubspec.yaml +++ b/tools/path_ops/dart/pubspec.yaml @@ -8,7 +8,7 @@ publish_to: none homepage: https://github.com/flutter/engine/tree/main/tools/path_ops environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.17.0 <3.0.0' dev_dependencies: litetest: any