Update Rust crate embassy-rp to 0.5.0
Some checks failed
Check Build / Test build (push) Has been cancelled
Some checks failed
Check Build / Test build (push) Has been cancelled
This commit is contained in:
parent
8930cd85b5
commit
f6779037b5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ categories = ["embedded", "hardware-support", "no-std"]
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
embassy-rp = { version = "0.4.0", features = ["critical-section-impl", "time-driver", "unstable-pac"] }
|
||||
embassy-rp = { version = "0.5.0", features = ["critical-section-impl", "time-driver", "unstable-pac"] }
|
||||
embassy-time = { version = "0.4.0" }
|
||||
cortex-m = { version = "0.7.6", features = ["inline-asm"] }
|
||||
cortex-m-rt = "0.7.3"
|
||||
|
|
Loading…
Reference in a new issue