pyocd / cmsis-pack-manager

A Rust and Python module for handling CMSIS Pack files
Apache License 2.0
25 stars 33 forks source link

Migrate tokio-core -> tokio 0.2. #177

Closed wt closed 2 years ago

wt commented 2 years ago

This should enable a migration to newer version of other deps like reqwest in the future.

mathias-arm commented 2 years ago

Have you looked at #158?

wt commented 2 years ago

I wasn't sure how to fix it. But yet, that is essentially what I want. :)

wt commented 2 years ago

Oh, And I was trying to do it in piecewise moves instead of all at once.

mathias-arm commented 2 years ago

In hindsight, #158 probably could have benefited from smaller steps, but in the end it would be difficult to cherry-pick because the different changes build on each other.

wt commented 2 years ago

I eagerly await the landing of #158 then. Thx. :)

mbrossard commented 2 years ago

158 was merged