From 12e81d336f6c86fa3412bf2e1213e4d0d3db7fcd Mon Sep 17 00:00:00 2001 From: Robert Nystrom Date: Thu, 26 Mar 2020 17:51:53 +0000 Subject: [PATCH] Bump the SDK constraint on dart_internal to permit Dart 2.8.0. Change-Id: I8f9dfcd2c361b28f62e7388fc642414efbd120aa Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/141021 Reviewed-by: Nicholas Shahan Commit-Queue: Nicholas Shahan Auto-Submit: Bob Nystrom --- 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 26c92028605..16c322e26e2 100644 --- a/pkg/dart_internal/pubspec.yaml +++ b/pkg/dart_internal/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_internal -version: 0.1.8 +version: 0.1.9 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.8.0" + sdk: ">=2.0.0-dev.12.0 <2.9.0"