Skip to content

Commit 9416037

Browse files
authored
Declare support for async 2.0.0 (dart-archive/test_descriptor#5)
1 parent 92094aa commit 9416037

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pkgs/test_descriptor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.2
2+
3+
* Declare support for `async` 2.0.0.
4+
15
## 1.0.1
26

37
* `FileDescriptor.validate()` now allows invalid UTF-8 files.

pkgs/test_descriptor/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test_descriptor
2-
version: 1.0.1
2+
version: 1.0.2
33
description: An API for defining and verifying directory structures.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/test_descriptor
@@ -8,7 +8,7 @@ environment:
88
sdk: '>=1.8.0 <2.0.0'
99

1010
dependencies:
11-
async: '^1.10.0'
11+
async: '>=1.10.0 <3.0.0'
1212
collection: '^1.5.0'
1313
matcher: '^0.12.0'
1414
path: '^1.0.0'

0 commit comments

Comments
 (0)