We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92094aa commit 9416037Copy full SHA for 9416037
pkgs/test_descriptor/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.2
2
+
3
+* Declare support for `async` 2.0.0.
4
5
## 1.0.1
6
7
* `FileDescriptor.validate()` now allows invalid UTF-8 files.
pkgs/test_descriptor/pubspec.yaml
@@ -1,5 +1,5 @@
name: test_descriptor
-version: 1.0.1
+version: 1.0.2
description: An API for defining and verifying directory structures.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/test_descriptor
@@ -8,7 +8,7 @@ environment:
8
sdk: '>=1.8.0 <2.0.0'
9
10
dependencies:
11
- async: '^1.10.0'
+ async: '>=1.10.0 <3.0.0'
12
collection: '^1.5.0'
13
matcher: '^0.12.0'
14
path: '^1.0.0'
0 commit comments