Skip to content

Commit 910bd47

Browse files
authored
Declare support for async 2.0.0 (flutter#9)
1 parent 0950eb3 commit 910bd47

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.6
2+
3+
* Declare support for `async` 2.0.0.
4+
15
## 1.0.5
26

37
* Increase the SDK version constraint to `<2.0.0-dev.infinity`.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: web_socket_channel
2-
version: 1.0.6-dev
2+
version: 1.0.6
33
description: StreamChannel wrappers for WebSockets.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/web_socket_channel
@@ -8,7 +8,7 @@ environment:
88
sdk: '>=1.13.0 <2.0.0'
99

1010
dependencies:
11-
async: '^1.3.0'
11+
async: '>=1.3.0 <3.0.0'
1212
crypto: '>=0.9.2 <3.0.0'
1313
stream_channel: '^1.2.0'
1414

0 commit comments

Comments
 (0)