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

Unified Diff: pubspec.yaml

Issue 2285803002: Upgrade to use stable `package:googleapis/v1.dart` of datastore (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Update upper constraint on http_parser Created 4 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 | « lib/src/datastore_impl.dart ('k') | test/datastore/e2e/datastore_test_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 29df7fb3e0ea3bd26b5ecce2ac0e1df51d050ab3..83cd2bcdca77d9354192ce42fb31b206c8f13a85 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,17 +1,17 @@
name: gcloud
-version: 0.2.0+14
+version: 0.3.0
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=1.13.0 <2.0.0'
dependencies:
- googleapis: '>=0.2.0 <0.29.0'
- googleapis_beta: '>=0.10.0 <0.28.0'
+ googleapis: '>=0.2.0 <0.32.0'
+ googleapis_beta: '>=0.10.0 <0.31.0'
http: '>=0.11.0 <0.12.0'
dev_dependencies:
googleapis_auth: '>=0.2.3 <0.3.0'
- http_parser: '>=2.0.0 <3.0.0'
+ http_parser: '>=2.0.0 <4.0.0'
mime: '>=0.9.0+3 <0.10.0'
unittest: '>=0.11.0 <0.12.0'
transformers:
« no previous file with comments | « lib/src/datastore_impl.dart ('k') | test/datastore/e2e/datastore_test_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698