Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(890)

Unified Diff: pkg/http_multi_server/pubspec.yaml

Issue 593383002: Give http_multi_server a more accurate SDK bound. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http_multi_server/pubspec.yaml
diff --git a/pkg/http_multi_server/pubspec.yaml b/pkg/http_multi_server/pubspec.yaml
index b8199dad422fde03d25f438e752d69799ea2d6c8..edc4c41253e6025247f6dbcf28f8a7928084b2a2 100644
--- a/pkg/http_multi_server/pubspec.yaml
+++ b/pkg/http_multi_server/pubspec.yaml
@@ -1,5 +1,5 @@
name: http_multi_server
-version: 1.3.0
+version: 1.3.0+1
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description:
@@ -8,4 +8,4 @@ dev_dependencies:
unittest: ">=0.11.0 <0.12.0"
http: ">=0.11.0 <0.12.0"
environment:
- sdk: ">=1.7.0 <2.0.0"
+ sdk: ">=1.7.0-edge.40587 <2.0.0"
Anders Johnsen 2014/09/25 07:39:50 Isn't it called 'be'? If not, dev < edge, which wo
nweiz 2014/09/25 20:37:03 No, "edge" is correct. It's important that it come
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698