12 days ago, the embedded Rust team released version 0.6.13 of the cortex-m-rt crate. Because our cortex-m-rt-patch crate was versioned at 0.6.12, it would not patch the latest runtime crate. This resulted in a broken build for anyone who has started using the BSP since the cortex-m-rt release.
This PR updates our patch crate so that it may patch any 0.6 version of the cortex-m-rt crate (within reason).
12 days ago, the embedded Rust team released version 0.6.13 of the
cortex-m-rt
crate. Because ourcortex-m-rt-patch
crate was versioned at 0.6.12, it would not patch the latest runtime crate. This resulted in a broken build for anyone who has started using the BSP since thecortex-m-rt
release.This PR updates our patch crate so that it may patch any 0.6 version of the
cortex-m-rt
crate (within reason).