-
Notifications
You must be signed in to change notification settings - Fork 68
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
Implement serialize/deserialize for core::ops::Range #124
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@preston-evans98 Overall, it looks good to me. Could you also add tests and a record to the CHANGELOG file in the root of the project?
Sure thing! Clippy is failing for reasons that look (at a glance) unrelated to this change. Have you encountered those before? If not, I can dig in and debug. |
d5d215b
to
0bf8cba
Compare
It turned out the In case you prefer to keep the PRs separate, I've opened #125. Feel free to close without comment if you'd prefer to merge both changes together. |
0bf8cba
to
781a5b4
Compare
781a5b4
to
f86bae7
Compare
@preston-evans98 Thanks for the contribution! 🎉 |
@preston-evans98 borsh 0.10.1 has just been released with this change included! |
Amazing, thanks! |
No description provided.