-
-
Notifications
You must be signed in to change notification settings - Fork 139
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 support #136
Comments
Cargo is using handlebars with rustc_serialize so we probably won't drop it in near future. |
@sunng87 I would encourage you to reconsider this. Cargo is very interested in moving to Serde-based handlebars. Quoting from rust-lang/cargo#3682:
Also according to the Rust release milestone predictions, rustc-serialize is scheduled to be deprecated in next month's beta release. |
@dtolnay Thank you for pointing out this. Then I will definitely sunset rustc_serialize support in next release. |
Signed-off-by: Ning Sun <sunng@about.me>
Signed-off-by: Ning Sun <sunng@about.me>
Rustc_serialize support will sunset. There will be a 0.x version that use serde as default type system and allow rustc_serialize via feature flag. And in 1.0 release there will be no rustc_serialize for this library.
The text was updated successfully, but these errors were encountered: