-
Notifications
You must be signed in to change notification settings - Fork 4
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
Allow build on stable #5
Allow build on stable #5
Conversation
fda3a5f
to
1b1505e
Compare
Thank you very much! This is a huge step towards v. 1.0 which I was thinking about but had no time. |
@synek317 do you have an estimation on when this PR could be merged? |
Hey @synek317, sorry for pinging you again. |
@synek317 do we have updates on this? |
Hello, sorry for no answer. I agreed with Marcin that I'll take care of this project. However there are some breaking changes like replacing @synek317 will soon deprecate this crate in favor of mine. |
@frondeus good to know. I'll give a try to the new crate and open issues there in case of need. |
The main goal of this PR is to ensure that the library could be used on stable release.
In order to achieve so I removed the explicit request for the
proc_macro
feature gate as it has been stabilised in rustc 1.29; the presence of such gate would causecargo +stable build
to fail.To prevent regressions I made sure that: