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

Declare support for async 2.0.0 #11

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.3.3

* Declare support for `async` 2.0.0.

## 1.3.2

* Update to make the code work with strong-mode clean Zone API.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: pool
version: 1.3.2
version: 1.3.3
author: Dart Team <[email protected]>
description: A class for managing a finite pool of resources.
homepage: https://github.com/dart-lang/pool
dependencies:
async: "^1.4.0"
async: ">=1.4.0 <3.0.0"
stack_trace: ">=0.9.2 <2.0.0"
environment:
sdk: ">=1.23.0 <2.0.0"
Expand Down