From a41149b40c4ac3426f64270cc5b2cecec7c5198a Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Thu, 13 Jul 2017 12:51:05 -0700 Subject: [PATCH] Update SDK constraint to be 2.0.0 dev friendly. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index af9075d..05ccd97 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: A library to help in building Dart command-line apps. homepage: https://github.com/dart-lang/cli_util environment: - sdk: '>=1.11.0 <2.0.0' + sdk: '>=1.11.0 <2.0.0-dev.infinity' dependencies: path: '>=1.0.0 <2.0.0'