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

Unified Diff: pkg/shelf/pubspec.yaml

Issue 463333004: Update dart:collection to version 1.0.0 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More dependencies Created 6 years, 4 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_parser/pubspec.yaml ('k') | pkg/yaml/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/shelf/pubspec.yaml
diff --git a/pkg/shelf/pubspec.yaml b/pkg/shelf/pubspec.yaml
index 4e7c12866dbc4ac45913c7333ebcc67f7ba43d53..01ae8de3b88db99898d90262c91cf66efac401f9 100644
--- a/pkg/shelf/pubspec.yaml
+++ b/pkg/shelf/pubspec.yaml
@@ -1,12 +1,12 @@
name: shelf
-version: 0.5.4+2
+version: 0.5.4+3
author: Dart Team <misc@dartlang.org>
description: Web Server Middleware for Dart
homepage: http://www.dartlang.org
environment:
sdk: '>=1.4.0 <2.0.0'
dependencies:
- collection: '>=0.9.4 <0.10.0'
+ collection: '>=0.9.4 <2.0.0'
http_parser: '>=0.0.0 <0.1.0'
path: '>=1.0.0 <2.0.0'
stack_trace: '>=0.9.2 <2.0.0'
« no previous file with comments | « pkg/http_parser/pubspec.yaml ('k') | pkg/yaml/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698