-
Notifications
You must be signed in to change notification settings - Fork 77
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
Release 1.0? #101
Comments
Related: rust-embedded/heapless#166 |
I'm looking to merge #104 soon. Are there any additions or breaking changes that come to mind for a 1.0 release? |
Not sure if these would be breaking changes but we could improve support for We already established that In this regard I see potential in implementing Same for But all in all none of these are to my opinion breaking changes so we could probably introduce them post 1.0. |
See #138 for the current status of this. Looking for feedback and ideas. |
This crate has become a pretty foundational part of a few Rust ecosystems:
heapless
and other fixed-sized containers)generic-array
v0.14 upgrade)Unfortunately, if you now use both
heapless
and RustCrypto in conjunction (via RustCrypto'saead::heapless
for example) it pulls ingeneric-array
v0.12, v0.13, and v0.14! (this is due to theas-slice
crate, which pulls in both v0.12 and v0.13 for whatever reason)In addition to eliminating confusion around coordinating
generic-array
upgrades, a 1.0 release ofgeneric-array
is one of the main blockers for a 1.0 release of many of the RustCrypto crates, so it'd be fantastic if that were to happen.Any thoughts on a 1.0 release?
The text was updated successfully, but these errors were encountered: