Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index 76f22b7da54d2ee7a67859417b9d900b9a37f8fe..3e2596de0da3566aa01299e2d623bc5acd0e2cee 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -5,5 +5,10 @@ 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.6.0' |
dev_dependencies: |
test: '^0.12.0' |
+ |
+dependency_overrides: |
+ async: {path: ../async} |
Bob Nystrom
2016/01/26 20:45:13
?
nweiz
2016/01/26 23:28:18
Oops!
|