Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7689dc9

Browse files
nex3commit-bot@chromium.org
authored andcommitted
Bring in the latest pub_semver
Change-Id: Ibd772c70d596fdc32c6654a058bf44ef0ab787a0 Reviewed-on: https://dart-review.googlesource.com/49827 Commit-Queue: Natalie Weizenbaum <nweiz@google.com> Reviewed-by: Bob Nystrom <rnystrom@google.com>
1 parent f71d204 commit 7689dc9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@
2525

2626
#### Pub
2727

28+
* Fix a bug where the version solver could loop infinitely when resolving a
29+
conflict involving pre-release constraints ([issue 1863][pub#1863]).
30+
31+
[pub#1863]: https://github.com/dart-lang/pub/issues/1863
32+
33+
## 2.0.0-dev.45.0
34+
35+
### Tool Changes
36+
37+
#### Pub
38+
2839
* Fix a bug where the version solver could crash when resolving a conflict
2940
involving pre-release constraints ([issue 1856][pub#1856]).
3041

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ vars = {
116116
"pool_tag": "@1.3.4",
117117
"protobuf_tag": "@0.7.1",
118118
"pub_rev": "@4947e0b3cb3ec77e4e8fe0d3141ce4dc60f43256",
119-
"pub_semver_tag": "@1.3.4",
119+
"pub_semver_tag": "@1.3.6",
120120
"quiver_tag": "@5aaa3f58c48608af5b027444d561270b53f15dbf",
121121
"resource_rev":"@af5a5bf65511943398146cf146e466e5f0b95cb9",
122122
"root_certificates_rev": "@16ef64be64c7dfdff2b9f4b910726e635ccc519e",

0 commit comments

Comments
 (0)