You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After we get the soon-to-be-released 0.7.10 out, how about we do a 0.8.0 release that also breaks serde_codegen's dependency on syntex, since that's caused a lot of havoc for people, as seen in #358?
Is it worthwhile trying to get the other v0.8.0 milestone tasks done?
This also could be done by just incrementing serde_codegen's version. If we do that, we should consider whether or not we should just pull serde_codegen and serde_macros into a separate repository, since the two aren't updated at the same time that often.
The text was updated successfully, but these errors were encountered:
I think 0.8.0 can wait. People can already use expand in 0.7.9 to avoid being broken by Syntex - the register function doesn't break them if they don't use it.
The only other actionable issue scheduled for 0.8.0 (#267) does not seem urgent now that Cargo has a workaround.
After we get the soon-to-be-released 0.7.10 out, how about we do a 0.8.0 release that also breaks
serde_codegen
's dependency on syntex, since that's caused a lot of havoc for people, as seen in #358?Is it worthwhile trying to get the other v0.8.0 milestone tasks done?
This also could be done by just incrementing
serde_codegen
's version. If we do that, we should consider whether or not we should just pullserde_codegen
andserde_macros
into a separate repository, since the two aren't updated at the same time that often.The text was updated successfully, but these errors were encountered: