stm32-rs / stm32l1xx-hal

[WIP] Peripheral access API for STM32L1 series microcontrollers
Apache License 2.0
9 stars 12 forks source link

update dependencies #13

Open pdgilbert opened 2 years ago

pdgilbert commented 2 years ago

Any chance of updating some dependencies? The one that is causing me trouble is cortex-m-rt which I would like moved from "0.6.7" to "^0.7.0". That also requires moving stm32l1 from "0.5.0"to "0.14.0". These cause version conflicts for me because other crates are using newer versions. I see cortex-m is also pretty old.

These do all require some code updating too.

valpackett commented 2 years ago

I have a PR: #14