Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Declare support for async 2.0.0 #6

Merged
merged 1 commit into from
Sep 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

* Declare support for `async` 2.0.0.

## 1.0.0

* Added `pid` and `exitCode` getters to `TestProcess`.
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_process
version: 1.0.0
version: 1.0.1
description: A package for testing subprocesses.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/test_process
Expand All @@ -8,7 +8,7 @@ environment:
sdk: '>=1.8.0 <2.0.0'

dependencies:
async: "^1.12.0"
async: ">=1.12.0 <3.0.0"
meta: ">=0.9.0 <2.0.0"
path: "^1.0.0"
test: "^0.12.19"
Expand Down