Update Rust crate embassy-rp to 0.3.0
Some checks failed
Check Build / Test build (push) Has been cancelled

This commit is contained in:
RenovateBot 2025-01-06 15:04:47 +00:00
parent cf98999e96
commit 5b88d4220a

View file

@ -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.2.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] } embassy-rp = { version = "0.3.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] }
embassy-time = { version = "0.3.0" } embassy-time = { version = "0.3.0" }
cortex-m-rt = "0.7.3" cortex-m-rt = "0.7.3"