-
Notifications
You must be signed in to change notification settings - Fork 62
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 #2
Comments
I'd honestly love to. I've stopped using it and switched to Serde for most of my projects already. The reason for this is that I use Cargo to parse the args and the latest Cargo version, 0.17 requires struct that defines the options to derive |
Here's the current error when I attempt to use Serde.
|
Cool, I filed rust-lang/cargo#3944 to track this on Cargo's end. |
Thanks. I might drop using that entry point and switch to clap to parse the args and then I can drop rustc-serialize. |
Upgraded from cargo 0.19 to 0.21. This allows us to drop rustc-serialize as a dependency and only use serde, fixing #2.
It has been deprecated: announcement.
The text was updated successfully, but these errors were encountered: