Update Rust crate cortex-m-rt to 0.7.4
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 0s
Some checks failed
Gitea Actions Test / build (pull_request) Failing after 0s
This commit is contained in:
parent
f1edbb68eb
commit
32f9f2fdc8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.7"
|
cortex-m = "0.7.7"
|
||||||
cortex-m-rt = "0.7.3"
|
cortex-m-rt = "0.7.4"
|
||||||
rp-pico = "0.8.0"
|
rp-pico = "0.8.0"
|
||||||
panic-halt = "0.2.0"
|
panic-halt = "0.2.0"
|
||||||
defmt = "0.3.6"
|
defmt = "0.3.6"
|
||||||
|
|
Loading…
Reference in a new issue