Merge pull request 'Update Rust crate embassy-rp to 0.4.0' (#9) from renovate/embassy-rp-0.x into main
Some checks are pending
Check Build / Test build (push) Waiting to run
Some checks are pending
Check Build / Test build (push) Waiting to run
Reviewed-on: #9
This commit is contained in:
commit
822dbd797b
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
embassy-rp = { version = "0.3.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] }
|
embassy-rp = { version = "0.4.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] }
|
||||||
embassy-time = { version = "0.4.0" }
|
embassy-time = { version = "0.4.0" }
|
||||||
cortex-m = { version = "0.7.6", features = ["inline-asm"] }
|
cortex-m = { version = "0.7.6", features = ["inline-asm"] }
|
||||||
cortex-m-rt = "0.7.3"
|
cortex-m-rt = "0.7.3"
|
||||||
|
|
Loading…
Reference in a new issue