-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting rid of rustc-serialize #506
Comments
This was referenced Jul 10, 2019
bors-servo
pushed a commit
that referenced
this issue
Jul 13, 2019
url crate: remove rustc-serialize optional dependency Part of #506 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/507) <!-- Reviewable:end -->
@SimonSapin for idna, should I file a PR for the master or the 2.0 branch? |
Anything that is not a breaking change of public API is fine in either. I’ll merge them before publishing 2.0.0. |
bors-servo
pushed a commit
that referenced
this issue
Jul 15, 2019
Make the tests use serde_json instead of rustc_serialize Part of #506 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/514) <!-- Reviewable:end -->
bors-servo
pushed a commit
that referenced
this issue
Jul 18, 2019
Move tests of idna to serde-json Part of #506 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/518) <!-- Reviewable:end -->
Thanks for your work, @est31! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
serde 1.0 has been around since over two years now, so I think one could think about removing rustc-serialize. I see two tasks:
The text was updated successfully, but these errors were encountered: