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 upBump serde to 1.0 #17325
Bump serde to 1.0 #17325
Conversation
highfive
commented
Jun 14, 2017
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @nox (or someone else) soon. |
highfive
commented
Jun 14, 2017
|
Heads up! This PR modifies the following files:
|
highfive
commented
Jun 14, 2017
|
@bors-servo: try |
Bump serde to 1.0 Update serde to 1.0 --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #16556 - [x] These changes do not require tests because it's a dependency bump <!-- 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/17325) <!-- Reviewable:end -->
|
|
|
@bors-servo: try |
Bump serde to 1.0 Update serde to 1.0 --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #16556 - [x] These changes do not require tests because it's a dependency bump <!-- 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/17325) <!-- Reviewable:end -->
|
Should be fixed (I hope !) |
|
|
|
Turns out if you don't declare lifetimes, they don't exist... Who would have guessed that ? |
|
@bors-servo: try |
Bump serde to 1.0 Update serde to 1.0 --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #16556 - [x] These changes do not require tests because it's a dependency bump <!-- 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/17325) <!-- Reviewable:end -->
|
|
|
Could you provide links to all of the relevant PRs in other repositories? |
|
Everything is in there #16556 (comment) |
|
I’ve added servo/string-cache#190 which was missing, and published https://crates.io/crates/string_cache/0.6.0. @Eijebong, servo/webrender#1359 (comment) is now waiting on you, and once that lands you should be able to remove the Thanks for all your work! |
Bump serde to 1.0 This is a rebase of #17325 with `[replace]` entries removed, a bunch more dependencies updated, and some more compile fixes. Original work by @Eijebong, thanks a lot! <!-- 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/17355) <!-- Reviewable:end -->
|
This can be closed. Thanks @SimonSapin |
Eijebong commentedJun 14, 2017
•
edited by larsbergstrom
Update serde to 1.0
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThese changes fix #16556
These changes do not require tests because it's a dependency bump
This change is