Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate WR (inset box shadow fix, line decoration optimizations) #19725
Conversation
|
@bors-servo r+ |
|
|
Update WR (inset box shadow fix, line decoration optimizations) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19725) <!-- Reviewable:end -->
|
|
|
| @@ -3595,7 +3595,7 @@ dependencies = [ | |||
| [[package]] | |||
| name = "webrender_api" | |||
| version = "0.56.1" | |||
| source = "git+https://github.com/servo/webrender#a21197eb1e427730c7bec6eec07bc6cc352d452e" | |||
| source = "git+https://github.com/servo/webrender#007c61df33081caec1163db17305ccc191da7d99" | |||
This comment has been minimized.
This comment has been minimized.
tigercosmos
Jan 9, 2018
Collaborator
I am wondering why we just need to change source and don't need to change version?
I thought when it update, it might from 0.56.1 to 0.56.2?
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
KiChjang
Jan 9, 2018
Member
It's updating the commit hash in which the package should be pulled and build from, so no version changes are necessary.
This comment has been minimized.
This comment has been minimized.
KiChjang
Jan 9, 2018
Member
If you're wondering about the version string itself, the Cargo.toml corresponding to that commit hash hasn't change its version (it's still 0.56.1), so there's no update.
|
@bors-servo retry |
Update WR (inset box shadow fix, line decoration optimizations) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19725) <!-- Reviewable:end -->
|
|
|
Failed with #19495 |
|
@bors-servo retry |
|
|
|
@bors-servo retry |
|
|
glennw commentedJan 9, 2018
•
edited by SimonSapin
This change is