Skip to content

Commit

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

* Declare support for `async` 2.0.0.

## 1.0.5

* Increase the SDK version constraint to `<2.0.0-dev.infinity`.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/web_socket_channel/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: web_socket_channel
version: 1.0.6-dev
version: 1.0.6
description: StreamChannel wrappers for WebSockets.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/web_socket_channel
Expand All @@ -8,7 +8,7 @@ environment:
sdk: '>=1.13.0 <2.0.0'

dependencies:
async: '^1.3.0'
async: '>=1.3.0 <3.0.0'
crypto: '>=0.9.2 <3.0.0'
stream_channel: '^1.2.0'

Expand Down

0 comments on commit 8ba2889

Please # to comment.