Skip to content

Commit

Permalink
Declare support for async 2.0.0 (flutter#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 authored Sep 22, 2017
1 parent 9462525 commit 024af27
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.6.2

* Declare support for `async` 2.0.0.

## 1.6.1

* Fix the type of `StreamChannel.transform()`. This previously inverted the
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: stream_channel
version: 1.6.2-dev
version: 1.6.2
description: An abstraction for two-way communication channels.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/stream_channel
environment:
sdk: '>=1.21.0 <2.0.0'
dependencies:
async: '^1.11.0'
async: '>=1.11.0 <3.0.0'
stack_trace: '^1.0.0'
dev_dependencies:
test: '^0.12.18'

0 comments on commit 024af27

Please sign in to comment.