Bring in the latest pub.

Once this lands, I intend to merge it into dev.

R=jmesserly@google.com

Review URL: https://codereview.chromium.org/1880413003 .
This commit is contained in:
Natalie Weizenbaum 2016-04-13 16:25:08 -07:00
parent 01aaf8629e
commit 4bed72be27
2 changed files with 5 additions and 1 deletions

View file

@ -33,6 +33,10 @@
* Both `pub get` and `pub upgrade` now have a `--no-precompile` flag that
disables precompilation of executables and transformed dependencies.
* `pub publish` now resolves symlinks when publishing from a Git repository.
This matches the behavior it always had when publishing a package that
wasn't in a Git repository.
* Dart Dev Compiler
* The **experimental** `dartdevc` executable has been added to the SDK.

2
DEPS
View file

@ -72,7 +72,7 @@ vars = {
"plugin_tag": "@0.1.0",
"pool_tag": "@1.2.1",
"protobuf_tag": "@0.5.0+1",
"pub_rev": "@c1405b945c6d818c8cfe78334e8d4b11fd913103",
"pub_rev": "@5257a0630a8db4f1ae339910eef5080ce384afc7",
"pub_cache_tag": "@v0.1.0",
"pub_semver_tag": "@1.2.1",
"quiver_tag": "@0.21.4",