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

Unified Diff: pkg/http_multi_server/pubspec.yaml

Issue 433593002: Remove the workaround for issue 19815 in http_multi_server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 | « pkg/http_multi_server/lib/src/utils.dart ('k') | pkg/http_multi_server/test/http_multi_server_test.dart » ('j') | 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 2bdb4a285737dc62dfef05b294f550191a0f37d1..c7361d45d047a6bff483a2de4090937261d5f3a1 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.0.1
+version: 1.0.2
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.4.0 <2.0.0"
+ sdk: ">=1.6.0-dev.6.0 <2.0.0"
« no previous file with comments | « pkg/http_multi_server/lib/src/utils.dart ('k') | pkg/http_multi_server/test/http_multi_server_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698