Update Rust crate embassy-time to 0.4.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
cf98999e96
commit
ba42b93110
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ categories = ["embedded", "hardware-support", "no-std"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
embassy-rp = { version = "0.2.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] }
|
embassy-rp = { version = "0.2.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] }
|
||||||
embassy-time = { version = "0.3.0" }
|
embassy-time = { version = "0.4.0" }
|
||||||
cortex-m-rt = "0.7.3"
|
cortex-m-rt = "0.7.3"
|
||||||
|
|
||||||
pio-proc = "0.2.2"
|
pio-proc = "0.2.2"
|
||||||
|
|
Loading…
Reference in a new issue