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

Unified Diff: packages/barback/pubspec.yaml

Issue 3015713002: Roll to pickup pool changes
Patch Set: Created 3 years, 3 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 | « packages/barback/lib/src/utils/stream_pool.dart ('k') | packages/barback/test/asset_id_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/barback/pubspec.yaml
diff --git a/packages/barback/pubspec.yaml b/packages/barback/pubspec.yaml
index 7d239af1ae752c062d81ee2ecea71e08bdb08a15..d04ba6bab16a54593a9c6aed306c7b49adbef9f2 100644
--- a/packages/barback/pubspec.yaml
+++ b/packages/barback/pubspec.yaml
@@ -7,7 +7,7 @@ name: barback
#
# When the minor or patch version of this is upgraded, you *must* update that
# version constraint in pub to stay in sync with this.
-version: 0.15.2+11
+version: 0.15.2+12
author: "Dart Team <misc@dartlang.org>"
homepage: http://github.com/dart-lang/barback
@@ -22,7 +22,7 @@ description: >
Runs transforms asynchronously and in parallel when possible to maximize
responsiveness.
dependencies:
- async: "^1.10.0"
+ async: ">=1.10.0 <3.0.0"
path: ">=0.9.0 <2.0.0"
pool: ">=1.0.0 <2.0.0"
source_span: ">=1.0.0 <2.0.0"
« no previous file with comments | « packages/barback/lib/src/utils/stream_pool.dart ('k') | packages/barback/test/asset_id_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698