| commit | 83fbe23ba7dca927ab0f034c5350a3825e48caec | [log] [tgz] |
|---|---|---|
| author | nweiz@google.com <nweiz@google.com> | Wed Sep 24 00:51:46 2014 +0000 |
| committer | nweiz@google.com <nweiz@google.com> | Wed Sep 24 00:51:46 2014 +0000 |
| tree | 7dca392053e15b7ee1cf5da5a3a1885081ef1638 | |
| parent | dfcc4a7095038909093a7dd9f75ee5211af061ad [diff] |
Give http_multi_server a more accurate SDK bound. R=rnystrom@google.com TBR Review URL: https://codereview.chromium.org//593383002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40620 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/pkgs/http_multi_server/pubspec.yaml b/pkgs/http_multi_server/pubspec.yaml index b8199da..edc4c41 100644 --- a/pkgs/http_multi_server/pubspec.yaml +++ b/pkgs/http_multi_server/pubspec.yaml
@@ -1,5 +1,5 @@ name: http_multi_server -version: 1.3.0 +version: 1.3.0+1 author: "Dart Team <misc@dartlang.org>" homepage: http://www.dartlang.org description: @@ -8,4 +8,4 @@ unittest: ">=0.11.0 <0.12.0" http: ">=0.11.0 <0.12.0" environment: - sdk: ">=1.7.0 <2.0.0" + sdk: ">=1.7.0-edge.40587 <2.0.0"