From c8cf355c5436654504eaf26c47e2cb94f8d36192 Mon Sep 17 00:00:00 2001 From: Nicholas Shahan Date: Mon, 15 Oct 2018 21:37:56 +0000 Subject: [PATCH] Bump package dart_internal's SDK constraint upper-bound to <2.2.0 Change-Id: I74914268c1e15fae85ef39977ab51c8aa08761f3 Reviewed-on: https://dart-review.googlesource.com/c/79426 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 945aaa11e7a..f44d167939b 100644 --- a/pkg/dart_internal/pubspec.yaml +++ b/pkg/dart_internal/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_internal -version: 0.1.1 +version: 0.1.2 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.1.0" + sdk: ">=2.0.0-dev.12.0 <2.2.0"