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

Unified Diff: pkg/http_server/pubspec.yaml

Issue 110873002: Make pkg/path 1.0.0 and upgrade dependencies appropriately. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 7 years 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/pubspec.yaml ('k') | pkg/intl/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http_server/pubspec.yaml
diff --git a/pkg/http_server/pubspec.yaml b/pkg/http_server/pubspec.yaml
index 555569b3af833ec5bca02ee13b431c31cd640d2f..2c29396dc557637135bb61270e62e1818904d7e7 100644
--- a/pkg/http_server/pubspec.yaml
+++ b/pkg/http_server/pubspec.yaml
@@ -1,12 +1,12 @@
name: http_server
-version: 0.9.0
+version: 0.9.1
author: Dart Team <misc@dartlang.org>
description: Library of HTTP server classes.
homepage: http://www.dartlang.org
documentation: http://api.dartlang.org/docs/pkg/http_server
dependencies:
mime: ">=0.9.0 <0.10.0"
- path: ">=0.9.0 <0.10.0"
+ path: ">=0.9.0 <2.0.0"
dev_dependencies:
unittest: ">=0.9.0 <0.10.0"
environment:
« no previous file with comments | « pkg/http/pubspec.yaml ('k') | pkg/intl/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698