Skip to content

Remove rustc-test dev dependency #746

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

Closed
lucacasonato opened this issue Jan 28, 2022 · 1 comment · Fixed by #748
Closed

Remove rustc-test dev dependency #746

lucacasonato opened this issue Jan 28, 2022 · 1 comment · Fixed by #748

Comments

@lucacasonato
Copy link
Collaborator

This dependency is causing some trouble:

a) it has not been updated in a long time
b) it depends on old versions of term (which depends on an old version of winapi)
c) it depends on term: term is unmaintained
d) it depends on a very old version of time
e) id depends on rustc-serialize which is deprecated. serde should be used instead.

@lucacasonato
Copy link
Collaborator Author

This involves rewriting the testing frameworks used in the idna and data-url. I'll give this a shot today.

This was referenced Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant