Closed
Description
What is there still to be done to release a new version of heapless?
There's a pretty sizeable changelog, and I've had to pin my heapless dependency on a project to the latest git release since I have a need for Vec::drain.
I also encountered compile errors trying to construct a String::from_str due to String now being a type alias for a StringInner compared to crates that are still targeting the 0.8.0 release with an incompatible type (e.g. embedded_svc::wifi::ClientConfiguration).