Update Rust crate cortex-m-rt to 0.7.3 #1
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ embassy-executor = { version = "0.5.0", features = ["task-arena-size-32768", "ar
|
||||||
embassy-rp = { version = "0.1.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] }
|
embassy-rp = { version = "0.1.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] }
|
||||||
embassy-futures = { version = "0.1.1" }
|
embassy-futures = { version = "0.1.1" }
|
||||||
|
|
||||||
cortex-m-rt = "0.7.0"
|
cortex-m-rt = "0.7.3"
|
||||||
|
|
Loading…
Reference in a new issue