nihalpasham / rustBoot

rustBoot is a standalone bootloader written entirely in `Rust`, designed to run on anything from a microcontroller to a system on chip. It can be used to boot into bare-metal firmware or Linux.
MIT License
214 stars 21 forks source link

Upgrade board specific dependencies #56

Closed imrank03 closed 1 year ago

imrank03 commented 2 years ago

If I try to upgrade board specific dependencies I get Cortex-m-rt conflicts error, because all board specific dependencies depend on Cortex-m-rt version number 0.6.15. All board specific and Cortex-m-rt dependencies need to be updated.

nihalpasham commented 2 years ago

can you submit a a PR for this.

imrank03 commented 1 year ago

I have submitted a PR for this.