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

Add "nightly" feature #44

Closed
wants to merge 3 commits into from
Closed

Add "nightly" feature #44

wants to merge 3 commits into from

Conversation

euclio
Copy link
Contributor

@euclio euclio commented Aug 16, 2016

Due to serde-deprecated/quasi#54, it is impossible to include crates that use serde-codegen with quasi alongside crates that do not.

To solve this, I implement a "nightly" feature that, if enabled, compiles the serde code without codegen. This will only work on the nightly compiler.

Also, updates the code to use serde_derive, as serde_macros is now deprecated.

Should the travis config be updated to test this? It's the same code as tested by stable.

@euclio
Copy link
Contributor Author

euclio commented Sep 2, 2016

Rebased.

@euclio
Copy link
Contributor Author

euclio commented Sep 30, 2016

Ping @softprops. Travis is failing due to rust-lang-deprecated/rustup.sh#72.

@softprops
Copy link
Owner

Going to close this now that serde macros and rust stable play nicely together

@softprops softprops closed this Mar 4, 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

Successfully merging this pull request may close these issues.

None yet

2 participants