rust-embedded-community / embedded-nal

An Embedded Network Abstraction Layer
Apache License 2.0
177 stars 25 forks source link

Preparing for a 0.7.0 release #87

Closed ryan-summers closed 1 year ago

ryan-summers commented 1 year ago

Releasing 0.7.0 of the embedded-nal to address some TCP soundness issues.

Fixes #84

I'd also like to take a look at revamping the TCP API to be more like embassy-net, but I'm unsure if we should block the release of a new version on potential future work for now.

Thoughts @rust-embedded-community/embedded-nal ?

ryan-summers commented 1 year ago

Deps for e-n-async should now be updated. Thanks for pointing that out, didn't realize the async version depended on the sync version

thejpster commented 1 year ago

Little and often. This is the way.