pyocd / cmsis-pack-manager

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

Replace failure with anyhow #189

Closed Tiwalun closed 2 years ago

Tiwalun commented 2 years ago

failure is not maintained anymore, and anyhow is the recommended replacement.

This also helps with integration into probe-rs, since we're also using anyhow there.

I'm not sure if this also requires changes to the python code, but building the wheel seems to have worked.