From 85126d7fac2f439e5128914405a3c6ea91cc4f53 Mon Sep 17 00:00:00 2001 From: Matan Lurey <matanlurey@users.noreply.github.com> Date: Fri, 17 Feb 2017 09:16:20 -0800 Subject: [PATCH] Correct the pubspec.yaml, we require 1.23.0 Closes https://github.com/dart-lang/http/issues/57. --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4ae55d8068..8f419adbb6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: http -version: 0.11.3+10 +version: 0.11.3+11 author: "Dart Team <misc@dartlang.org>" homepage: https://github.com/dart-lang/http description: A composable, Future-based API for making HTTP requests. @@ -12,4 +12,4 @@ dependencies: dev_dependencies: unittest: ">=0.9.0 <0.12.0" environment: - sdk: ">=1.22.0 <2.0.0" + sdk: ">=1.23.0-dev.0.0 <2.0.0"