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

Prepare for proc_macros and serde-derive #54

Merged
3 commits merged into from
Feb 3, 2017
Merged

Prepare for proc_macros and serde-derive #54

3 commits merged into from
Feb 3, 2017

Conversation

Byron
Copy link
Collaborator

@Byron Byron commented Feb 2, 2017

With Rust 1.15, proc macros will be stabilized. Therefore
custom build scripts are not required anymore.

This commit removes all the previous machinery and the
need for nightly.

This PR should work by tomorrow, and if not I will fix it when I have access to stable myself.

@Byron
Copy link
Collaborator Author

Byron commented Feb 3, 2017

With rustc 1.15, this PR works - I amended to the previous one to re-trigger travis, and will merge when travis is green.

With Rust 1.15, proc macros have been stabilized. Therefore
custom build scripts are not required anymore.

This commit removes all the previous machinery and the
need for nightly.
Update changelog as well.

You can use
`clog --patch -c changelog.md`
to auto-update based on commit messages.
@ghost ghost mentioned this pull request Feb 3, 2017
@ghost ghost merged commit c76ddc4 into dermesser:master Feb 3, 2017
This pull request was closed.
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.

1 participant