Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
Declare support for async 2.0.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 authored Sep 22, 2017
1 parent b05b2f3 commit 8fb0f8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.2

* Declare support for `async` 2.0.0.

## 1.0.1

* `FileDescriptor.validate()` now allows invalid UTF-8 files.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 <misc@dartlang.org>
homepage: https://github.com/dart-lang/test_descriptor
Expand All @@ -8,7 +8,7 @@ environment:
sdk: '>=1.8.0 <2.0.0'

dependencies:
async: '^1.10.0'
async: '>=1.10.0 <3.0.0'
collection: '^1.5.0'
matcher: '^0.12.0'
path: '^1.0.0'
Expand Down

0 comments on commit 8fb0f8a

Please sign in to comment.