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

Unified Diff: pkg/oauth2/pubspec.yaml

Issue 216603010: Rip out dart:io from pkg/http wherever possible. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 9 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/oauth2/lib/src/handle_access_token_response.dart ('k') | sdk/lib/_internal/pub/bin/pub.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/oauth2/pubspec.yaml
diff --git a/pkg/oauth2/pubspec.yaml b/pkg/oauth2/pubspec.yaml
index ba9d309f4df475b13c67f02ad6b20d1172b89245..2e61c58998e524be43dbdb5851c486b2c97398d6 100644
--- a/pkg/oauth2/pubspec.yaml
+++ b/pkg/oauth2/pubspec.yaml
@@ -1,5 +1,5 @@
name: oauth2
-version: 0.9.2
+version: 0.9.3-dev
author: Dart Team <misc@dartlang.org>
homepage: http://www.dartlang.org
description: >
@@ -9,6 +9,7 @@ description: >
environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
- http: '>=0.9.2 <0.11.0'
+ http: '>=0.11.0-dev <0.12.0'
+ http_parser: '>=0.0.0 <0.1.0'
dev_dependencies:
unittest: '>=0.9.0 <0.11.0'
« no previous file with comments | « pkg/oauth2/lib/src/handle_access_token_response.dart ('k') | sdk/lib/_internal/pub/bin/pub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698