| commit | 58cc2fe7943ad73cd61d323b02e3198715dfe994 | [log] [tgz] |
|---|---|---|
| author | Phil Quitslund <pq@users.noreply.github.com> | Thu May 28 13:06:55 2015 -0700 |
| committer | Phil Quitslund <pq@users.noreply.github.com> | Thu May 28 13:06:55 2015 -0700 |
| tree | 1224b69b111fd9e825b6768a33947225ac5d549f | |
| parent | 2e49f23243aba94882c4ecce75ca6aaadfe4daa8 [diff] |
Widen http version constraint. (Required for constraint solving in the SDK build.)
diff --git a/pkgs/package_config/pubspec.yaml b/pkgs/package_config/pubspec.yaml index 0efb23f..4a3123e 100644 --- a/pkgs/package_config/pubspec.yaml +++ b/pkgs/package_config/pubspec.yaml
@@ -9,7 +9,7 @@ dependencies: charcode: '^1.1.0' - http: '^0.11.2' + http: '^0.11.0' path: '>=1.0.0 <2.0.0' dev_dependencies: