Update lots of deps
This commit is contained in:
@ -8,12 +8,12 @@ resolver = "2"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
cortex-m = { version = "0.7.1", features = ["inline-asm"] }
|
||||
cortex-m = { version = "0.7.3", features = ["inline-asm"] }
|
||||
cortex-m-rt = "0.7.0"
|
||||
defmt = "0.2.0"
|
||||
defmt = "0.2.3"
|
||||
defmt-rtt = "0.2.0"
|
||||
panic-probe = { version = "0.2.0" }
|
||||
rtt-target = { version = "0.3", features = ["cortex-m"] }
|
||||
panic-probe = "0.2.0"
|
||||
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
|
||||
embassy = { path = "../../embassy", features = ["defmt"] }
|
||||
embassy-stm32 = { path = "../../embassy-stm32", features = ["defmt", "stm32f030f4", "time-driver-tim3"] }
|
||||
|
||||
|
Reference in New Issue
Block a user