Bring in the latest pub.

This brings in the fix for dart-lang/pub#1367.

R=rnystrom@google.com

Review URL: https://codereview.chromium.org/1540443004 .
This commit is contained in:
Natalie Weizenbaum 2015-12-17 16:44:37 -08:00
parent 21a029f89a
commit 71187d41fe
2 changed files with 5 additions and 1 deletions

View file

@ -38,6 +38,10 @@
when being written to a `.packages` file, this is unlikely to break many
people in practice.
* **Breaking:** Support for `barback` versions prior to 0.15.0 (released July
2014) has been dropped. Pub will no longer install these older barback
versions.
* `pub serve` now GZIPs the assets it serves to make load times more similar
to real-world use-cases.

2
DEPS
View file

@ -80,7 +80,7 @@ vars = {
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
"plugin_tag": "@0.1.0",
"pool_tag": "@1.2.1",
"pub_rev": "@3000544b752bbc89e5e01559eed7f70e9401632b",
"pub_rev": "@a1dd3484795b2bc221aaa8d007f3162251b3c08e",
"pub_cache_tag": "@v0.1.0",
"pub_semver_tag": "@1.2.1",
"quiver_tag": "@0.21.4",