Update cortex-m-rt to v0.7 for stm32, rp.
This commit is contained in:
@ -14,7 +14,7 @@ embassy-net = { version = "0.1.0", path = "../embassy-net", default-features = f
|
||||
|
||||
defmt = { version = "0.2.0", optional = true }
|
||||
log = { version = "0.4.11", optional = true }
|
||||
cortex-m-rt = { version = "0.6.13", features = ["device"] }
|
||||
cortex-m-rt = ">=0.6.15,<0.8"
|
||||
cortex-m = "0.7.1"
|
||||
embedded-hal = { version = "0.2.4", features = ["unproven"] }
|
||||
futures = { version = "0.3.5", default-features = false, features = ["async-await"] }
|
||||
|
Reference in New Issue
Block a user