-
Notifications
You must be signed in to change notification settings - Fork 426
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
Unable to import macros individually [regression] #296
Comments
Partial fix: #298 , but I'm still investigating some other errors with 2018 edition crates. |
Also looks like #251 wasn't properly rebased, we should check if anything else got dropped. |
FWIW this was the commit in 0.10.0 that added macro importing support: d496220 |
Ah also I just discovered: since we bumped minimum to 1.30 anyway, we can stop using |
Ok I believe the macro issues should be fine now (in the PR). Except a for a problem with the custom_derives in 2018 edition crates: |
Fixed and published as |
With 0.11.0 release it is again required to write
#[macro_use] extern crate juniper;
. With version 0.10.0 import of macro worked well.Bisect shows this commit as a reason.
The text was updated successfully, but these errors were encountered: