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

Fix nightly builds w/ maud-master #7

Merged
merged 1 commit into from
Oct 13, 2018

Conversation

psiofxt
Copy link
Contributor

@psiofxt psiofxt commented Oct 11, 2018

In order to use this tutorial the nightly builds must be used in order to utilize feature(proc_macro), however the latest nightly builds require this to be feature(proc_macro_hygiene) (and not to mention proc_macros are in stable now I believe, correct me if I'm wrong):

You will see error[E0557]: feature has been removed using what is in the current repo. Changing this to what I mentioned above will break maud 0.17.* unfortunately.

The fix:
PR updates maud to be the latest from git (the crate is 3 months behind on crates.io) and updates the rendering of html to be consistent with the changes outlined in this maud PR#137

Thanks for the brilliant tutorial btw!

@goldsborough goldsborough merged commit 5f76469 into goldsborough:master Oct 13, 2018
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.

2 participants