Skip to content
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

Drop rustc-serialize dependency #1

Closed
dtolnay opened this issue Apr 23, 2017 · 3 comments
Closed

Drop rustc-serialize dependency #1

dtolnay opened this issue Apr 23, 2017 · 3 comments
Assignees

Comments

@dtolnay
Copy link

dtolnay commented Apr 23, 2017

It has been deprecated: announcement.

@stkfd stkfd self-assigned this Apr 23, 2017
@stkfd
Copy link
Owner

stkfd commented Apr 23, 2017

The dependency is currently only required due to the use of docopt.rs for the argument parsing in the CLI part of the application. This will be resolved as soon as I migrate off of docopt to clap-rs (which is bound to happen anyways) or docopt moves to Serde, whichever happens first.

@dtolnay
Copy link
Author

dtolnay commented Apr 23, 2017

Great! On docopt's end they are tracking this in docopt/docopt.rs#128.

@stkfd
Copy link
Owner

stkfd commented Apr 30, 2017

Migration to clap is now complete, the next release will include the change.

@stkfd stkfd closed this as completed Apr 30, 2017
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

No branches or pull requests

2 participants