mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Bring in the latest pub
Change-Id: If138dd10ebae40bf031c05d9702f166abfb511e5 Reviewed-on: https://dart-review.googlesource.com/48525 Reviewed-by: Bob Nystrom <rnystrom@google.com> Commit-Queue: Natalie Weizenbaum <nweiz@google.com>
This commit is contained in:
parent
7470f410dd
commit
d46915d239
2 changed files with 8 additions and 1 deletions
|
@ -12,6 +12,13 @@
|
|||
|
||||
### Tool Changes
|
||||
|
||||
#### Pub
|
||||
|
||||
* Pub has a brand new version solver! It supports all the same features as the
|
||||
old version solver, but it's much less likely to stall out on difficult
|
||||
package graphs, and it's much clearer about why a solution can't be found when
|
||||
version solving fails.
|
||||
|
||||
## 2.0.0-dev.42.0
|
||||
|
||||
### Tool Changes
|
||||
|
|
2
DEPS
2
DEPS
|
@ -116,7 +116,7 @@ vars = {
|
|||
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
|
||||
"pool_tag": "@1.3.4",
|
||||
"protobuf_tag": "@0.7.1",
|
||||
"pub_rev": "@875d35005a7d33f367d70a3e31e9d3bad5d1ebd8",
|
||||
"pub_rev": "@bc2b5ff80e50b4b1c317230e8963c1fada3cfe73",
|
||||
"pub_semver_tag": "@1.3.2",
|
||||
"quiver_tag": "@5aaa3f58c48608af5b027444d561270b53f15dbf",
|
||||
"resource_rev":"@af5a5bf65511943398146cf146e466e5f0b95cb9",
|
||||
|
|
Loading…
Reference in a new issue