rust-embedded-community / embedded-nal

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

New release of `embedded-nal` #84

Closed elpiel closed 1 year ago

elpiel commented 1 year ago

It seems that there is small discrepancy between the embedded-nal & embedded-nal-async crates which causes some issues for me. embedded-nal current release has dependency on no-std-net 0.5 but -async has on 0.6.

Even though no-std-net hasn't had any release in a while and is not actively maintained, there is a small difference and with the new support for ip_in_core it seems fitting to make a new release of embedded-nal.

ryan-summers commented 1 year ago

I'm not sure I fully understand what the issue you're referring to is? You mention that both use no-std-net at 0.5, but is it that one is 0,4 and the other is 0.5?

ryan-summers commented 1 year ago

I'm planning on doing some TCP updates here shortly and would like to cut a release soon, so I can incorporate this fix in :)

elpiel commented 1 year ago

@ryan-summers yes, I had a typo in my issue sorry about that. So yes, because one version is different than the other I was getting issues with my dependencies.

Quick note that I reached out to the no-std-net maintainer and we're discussing the additional of new maintainer(s) to cut out a new release of the crate too.