Merge pull request 'Update Rust crate cortex-m to 0.7.7' (#3) from renovate/cortex-m-0.x into master

Reviewed-on: #3
This commit is contained in:
hodasemi 2023-08-27 04:57:09 +02:00
commit aeae3c6a6b

View file

@ -17,7 +17,7 @@ numtoa = "0.2.4"
usbd-hid = "0.6.1"
defmt-rtt = "0.4"
cortex-m = { version = "0.7.6" }
cortex-m = { version = "0.7.7" }
cortex-m-rt = "0.7.0"
panic-probe = { version = "0.3", features = ["print-defmt"] }