-
Notifications
You must be signed in to change notification settings - Fork 148
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
Update to Serde 1.0 #357
Comments
Now that rust-num/num-rational#9 is closed, do we have an estimated timeline for when we can expect to see a num v0.2.0 (pre)release with serde1 support? At current, it is possible to monkey-patch together a num 0.2-git by adding a git dependency on the children of num, but it's not exactly pretty. Scanning the num reexports, I spot the following issues marked with a 0.2 milestone:
|
Thanks for the summary -- there's really not much left! I don't have a schedule, but I'll try to wrap this up soon. Looking at your list:
|
Hmm, it's not that easy to defer, because some no-std features will need to switch to |
Is there a reason If you want to go the nuclear route for no_std future-proofing, in addition to config'ing everything out when opting out of the In any case, I can help out some next week. The easy step is just to get the repository in |
That's exactly the reason this wasn't done.
You mean for |
Any ETA on this? Trying to plan out some feature development around this. |
Just need to finish release notes in #367, hopefully in the next day or so. If you want to kick the tires on that, it would be greatly appreciated! |
Thank you greatly @cuviper :) :) |
367: Release 0.2.0 r=cuviper a=cuviper Closes #298. Closes #357. Closes #360. Co-authored-by: Josh Stone <[email protected]> Co-authored-by: Christopher Durham <[email protected]>
See #281, and this was previously in the next branch after #305.
The text was updated successfully, but these errors were encountered: