Update Rust crate embassy-rp to 0.3.0
Some checks failed
Merge Build / Build (pull_request) Has been cancelled

This commit is contained in:
RenovateBot 2025-01-06 15:05:02 +00:00
parent 396a353f62
commit ab1b1e848b

View file

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
embassy-executor = { version = "0.5.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-rp = { version = "0.3.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] }
embassy-futures = { version = "0.1.1" }
cortex-m-rt = "0.7.4"