Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 76f22b7da54d2ee7a67859417b9d900b9a37f8fe..a0d8d22004984235b39943608ab4a3b89c5c9660 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -5,5 +5,7 @@ author: Dart Team <misc@dartlang.org> |
| homepage: https://github.com/dart-lang/stream_channel |
| environment: |
| sdk: '>=1.0.0 <2.0.0' |
| +dependencies: |
| + async: '^1.8.0' |
| dev_dependencies: |
| test: '^0.12.0' |