Update Rust crate embassy-executor to 0.6.0
Some checks failed
Merge Build / Build (pull_request) Has been cancelled
Some checks failed
Merge Build / Build (pull_request) Has been cancelled
This commit is contained in:
parent
396a353f62
commit
e23c2578dc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
embassy-executor = { version = "0.5.0", features = ["task-arena-size-32768", "arch-cortex-m", "executor-thread", "executor-interrupt", "integrated-timers"] }
|
||||
embassy-executor = { version = "0.6.0", features = ["task-arena-size-32768", "arch-cortex-m", "executor-thread", "executor-interrupt", "integrated-timers"] }
|
||||
embassy-rp = { version = "0.1.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] }
|
||||
embassy-futures = { version = "0.1.1" }
|
||||
|
||||
|
|
Loading…
Reference in a new issue