Skip to content

Commit

Permalink
Bring in the latest pub.
Browse files Browse the repository at this point in the history
R=rnystrom@google.com

Review URL: https://codereview.chromium.org/2250053004 .
  • Loading branch information
nex3 committed Aug 16, 2016
1 parent 010578b commit 38dccc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@
the context of the `flutter` executable, and when the Flutter SDK contains a
package with the given name whose version matches the constraint.
* Added a `--no-packages-dir` flag to `pub get`, `pub upgrade`, and `pub
downgrade`. When this flag is passed, pub will not generate a `packages/`
directory, and will remove that directory and any symlinks to it if they
exist. Note that this replaces the unsupported `--no-package-symlinks` flag.
* `tar` files on Linux are now created with `0` as the user and group IDs.
This fixes a crash when publishing packages while using Active Directory.
Expand Down
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ vars = {
"pool_tag": "@1.2.1",
"protobuf_tag": "@0.5.1+1",
"pub_cache_tag": "@v0.1.0",
"pub_rev": "@02443903ebaada11cad89386ad6d0202d2dbee38",
"pub_rev": "@101aa44a4aebaefd0796ce44e6d155cd79fe2db4",
"pub_semver_tag": "@1.3.0",
"quiver_tag": "@0.21.4",
"resource_rev":"@a49101ba2deb29c728acba6fb86000a8f730f4b1",
Expand Down

0 comments on commit 38dccc8

Please sign in to comment.