Bring in the latest pub.

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1223343003 .
This commit is contained in:
Natalie Weizenbaum 2015-07-09 13:20:03 -07:00
parent a3e1db6263
commit 3fe8cf3211
2 changed files with 10 additions and 1 deletions

View file

@ -27,6 +27,15 @@
* `pub run` starts up faster for executables that don't import transformed
code.
* An issue where HTTP requests were sometimes made even though `--offline` was
passed to `pub get` or `pub upgrade` has been fixed.
* A bug with `--offline` that caused an unhelpful error message has been
fixed.
* A crashing bug involving transformers that only apply to non-public code has
been fixed.
[package spec proposal]: https://github.com/lrhn/dep-pkgspec
## 1.11.1

2
DEPS
View file

@ -84,7 +84,7 @@ vars = {
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
"plugin_tag": "@0.1.0",
"pool_rev": "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f",
"pub_rev": "@e05cfca67574acfdbce55a8422c6bc458be93d10",
"pub_rev": "@9cb2334b6c0c1a2be2ca0558b5aceb1f0a27216e",
"pub_cache_tag": "@v0.0.1+2",
"pub_semver_tag": "@1.2.1",
"quiver_tag": "@0.21.4",