| 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"
|
|
|