Update Rust crate cortex-m-rt to 0.7.3
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 12m41s
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 12m41s
This commit is contained in:
parent
aeae3c6a6b
commit
7d12a8c110
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ usbd-hid = "0.6.1"
|
||||||
defmt-rtt = "0.4"
|
defmt-rtt = "0.4"
|
||||||
|
|
||||||
cortex-m = { version = "0.7.7" }
|
cortex-m = { version = "0.7.7" }
|
||||||
cortex-m-rt = "0.7.0"
|
cortex-m-rt = "0.7.3"
|
||||||
panic-probe = { version = "0.3", features = ["print-defmt"] }
|
panic-probe = { version = "0.3", features = ["print-defmt"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
Loading…
Reference in a new issue