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

Unified Diff: pkg/http/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: 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
Index: pkg/http/pubspec.yaml
diff --git a/pkg/http/pubspec.yaml b/pkg/http/pubspec.yaml
index 18b3002e4bfb8676747abefff0b03d3a6c4058cc..5e05f9df927dfaf11580640a12c4c0e12e7e64df 100644
--- a/pkg/http/pubspec.yaml
+++ b/pkg/http/pubspec.yaml
@@ -1,11 +1,11 @@
name: http
-version: 0.9.1
+version: 0.9.2
author: "Dart Team <misc@dartlang.org>"
homepage: https://pub.dartlang.org/packages/http
description: A composable, Future-based API for making HTTP requests.
dependencies:
path: ">=0.9.0 <0.10.0"
- stack_trace: ">=0.9.1 <0.10.0"
+ stack_trace: ">=0.9.1 <2.0.0"
Bob Nystrom 2013/12/09 23:48:51 This should be on path, right?
nweiz 2013/12/10 00:08:23 Yes, good catch.
dev_dependencies:
unittest: ">=0.9.0 <0.10.0"
environment:

Powered by Google App Engine
This is Rietveld 408576698