We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6f016 commit 3e9f522Copy full SHA for 3e9f522
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.0.4
2
+
3
+* Declare support for `async` 2.0.0.
4
5
## 2.0.3
6
7
* Fix `HttpMultiServer.loopback()` and `.loopbackSecure()` for environments that
pubspec.yaml
@@ -1,13 +1,13 @@
name: http_multi_server
-version: 2.0.4-dev
+version: 2.0.4
author: "Dart Team <[email protected]>"
homepage: https://github.com/dart-lang/http_multi_server
description:
A dart:io HttpServer wrapper that handles requests from multiple servers.
environment:
8
sdk: ">=1.13.0 <2.0.0"
9
dependencies:
10
- async: "^1.2.0"
+ async: ">=1.2.0 <3.0.0"
11
dev_dependencies:
12
test: ">=0.12.0 <0.13.0"
13
http: ">=0.11.0 <0.12.0"
0 commit comments