From f5224b53e461543ab1943b042488d6b1e10cec00 Mon Sep 17 00:00:00 2001 From: Nicholas Shahan Date: Sat, 20 Apr 2019 00:58:51 +0000 Subject: [PATCH] [dart_internal] Bump SDK constraint upper-bound to <2.4.0 Change-Id: Iaad5890187b02562ae97ccc5195b0576cb58e564 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/99860 Reviewed-by: Bob Nystrom Commit-Queue: Nicholas Shahan --- pkg/dart_internal/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/dart_internal/pubspec.yaml b/pkg/dart_internal/pubspec.yaml index da61ece626e..9a15238909b 100644 --- a/pkg/dart_internal/pubspec.yaml +++ b/pkg/dart_internal/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_internal -version: 0.1.3 +version: 0.1.4 author: "Dart Team " homepage: http://www.dartlang.org description: > @@ -16,4 +16,4 @@ description: > environment: # Restrict the upper bound so that we can remove support for this in a later # version of the SDK without it being a breaking change. - sdk: ">=2.0.0-dev.12.0 <2.3.0" + sdk: ">=2.0.0-dev.12.0 <2.4.0"