Skip to content
Snippets Groups Projects
Commit f80261e9 authored by Natalie Weizenbaum's avatar Natalie Weizenbaum Committed by GitHub
Browse files

Declare support for async 2.0.0. (#687)

parent 3c438eb8
No related branches found
No related tags found
No related merge requests found
## 0.12.24+7
* Declare support for `async` 2.0.0.
## 0.12.24+6 ## 0.12.24+6
* Small refactoring to make the package compatible with strong-mode compliant Zone API. * Small refactoring to make the package compatible with strong-mode compliant Zone API.
......
name: test name: test
version: 0.12.25-dev version: 0.12.24+7
author: Dart Team <misc@dartlang.org> author: Dart Team <misc@dartlang.org>
description: A library for writing dart unit tests. description: A library for writing dart unit tests.
homepage: https://github.com/dart-lang/test homepage: https://github.com/dart-lang/test
...@@ -8,7 +8,7 @@ environment: ...@@ -8,7 +8,7 @@ environment:
dependencies: dependencies:
analyzer: '>=0.26.4 <0.32.0' analyzer: '>=0.26.4 <0.32.0'
args: '>=0.13.1 <2.0.0' args: '>=0.13.1 <2.0.0'
async: '^1.13.0' async: '>=1.13.0 <3.0.0'
barback: '>=0.14.0 <0.16.0' barback: '>=0.14.0 <0.16.0'
boolean_selector: '^1.0.0' boolean_selector: '^1.0.0'
collection: '^1.8.0' collection: '^1.8.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment