Skip to content

Commit 3e9f522

Browse files
authored
Declare support for async 2.0.0 (#5)
1 parent ef6f016 commit 3e9f522

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+
## 2.0.4
2+
3+
* Declare support for `async` 2.0.0.
4+
15
## 2.0.3
26

37
* Fix `HttpMultiServer.loopback()` and `.loopbackSecure()` for environments that

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: http_multi_server
2-
version: 2.0.4-dev
2+
version: 2.0.4
33
author: "Dart Team <[email protected]>"
44
homepage: https://github.com/dart-lang/http_multi_server
55
description:
66
A dart:io HttpServer wrapper that handles requests from multiple servers.
77
environment:
88
sdk: ">=1.13.0 <2.0.0"
99
dependencies:
10-
async: "^1.2.0"
10+
async: ">=1.2.0 <3.0.0"
1111
dev_dependencies:
1212
test: ">=0.12.0 <0.13.0"
1313
http: ">=0.11.0 <0.12.0"

0 commit comments

Comments
 (0)