Bring in the latest pub_semver

Change-Id: Icb7419e0922c9bf8a794a324c4da15f1da0e3074
Reviewed-on: https://dart-review.googlesource.com/51200
Reviewed-by: Gary Roumanis <grouma@google.com>
Commit-Queue: Natalie Weizenbaum <nweiz@google.com>
This commit is contained in:
Natalie Weizenbaum 2018-04-16 21:14:59 +00:00 committed by commit-bot@chromium.org
parent 61b15fede8
commit 54531ad4e7
2 changed files with 8 additions and 1 deletions

View file

@ -12,6 +12,13 @@
### Tool Changes
#### Pub
* Fix another bug where the version solver could crash when resolving a conflict
involving pre-release constraints ([`pub_semver` issue 20][]).
[`pub_semver` issue 20]: https://github.com/dart-lang/pub_semver/issues/20
#### Analyzer
* The command line analyzer (dartanalyzer) and the analysis server no longer

2
DEPS
View file

@ -115,7 +115,7 @@ vars = {
"pool_tag": "@1.3.4",
"protobuf_tag": "@0.7.1",
"pub_rev": "@4947e0b3cb3ec77e4e8fe0d3141ce4dc60f43256",
"pub_semver_tag": "@1.3.6",
"pub_semver_tag": "@1.3.7",
"quiver_tag": "@5aaa3f58c48608af5b027444d561270b53f15dbf",
"resource_rev":"@af5a5bf65511943398146cf146e466e5f0b95cb9",
"root_certificates_rev": "@16ef64be64c7dfdff2b9f4b910726e635ccc519e",