Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 name: async | 1 name: async |
| 2 version: 1.13.0 | 2 version: 1.21.0 |
|
nweiz
2017/01/31 22:23:09
I think you meant to change the SDK constraint her
Lasse Reichstein Nielsen
2017/02/01 12:05:43
Uhm, DOH!
| |
| 3 author: Dart Team <misc@dartlang.org> | 3 author: Dart Team <misc@dartlang.org> |
| 4 description: Utility functions and classes related to the 'dart:async' library. | 4 description: Utility functions and classes related to the 'dart:async' library. |
| 5 homepage: https://www.github.com/dart-lang/async | 5 homepage: https://www.github.com/dart-lang/async |
| 6 dependencies: | 6 dependencies: |
| 7 collection: "^1.5.0" | 7 collection: "^1.5.0" |
| 8 dev_dependencies: | 8 dev_dependencies: |
| 9 fake_async: "^0.1.2" | 9 fake_async: "^0.1.2" |
| 10 stack_trace: "^1.0.0" | 10 stack_trace: "^1.0.0" |
| 11 test: "^0.12.0" | 11 test: "^0.12.0" |
| 12 environment: | 12 environment: |
| 13 sdk: ">=1.19.0 <2.0.0" | 13 sdk: ">=1.19.0 <2.0.0" |
| OLD | NEW |