-
Notifications
You must be signed in to change notification settings - Fork 161
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
derive(FromRepr) broken in 0.25.0 #275
Comments
I suggest to yank v0.25.0 until the issues with doc comments are resolved. |
Please do not yank! |
Agreed. I didn't consider that the derive macros are a separate feature. |
Like Martin said, we can't really rollback, 0.25 already had 10,000 downloads so people have already updated, and this would break them. Pinning to |
Fixed in 0.25.1. Thanks @smoelius |
Please consider releasing the bugfix soon. Versions are cheap and not a scarce resource. |
I released it yesterday. You might need to run |
Still 0.25.0 on crates.io at this moment. |
The corresponding Git tags are also missing. I suggest to tag each release to ensure traceability. |
The main crate is still at 0.25.0 and pulls strum_macros 0.25.0. That doesn't fix the issue. |
The issue is resolved, even though If you're still having build issues you need to try to clean and update first. I was experiencing this |
There's 2 packages, strum and strum_macros; since this bug only affected codegen, only strum_macros needed a new version |
Thanks for the clarification. It is confusing that it suddenly works even though the main crate is still at 0.25.0. Beforehand I always needed to downgrade it manually from 0.25.0 to 0.24.1 after running |
Worked flawlessly with 0.24.1
The text was updated successfully, but these errors were encountered: