Update Rust crate embassy-rp to 0.2.0
Some checks are pending
Check Build / Test build (push) Waiting to run

This commit is contained in:
hodasemi 2024-08-06 08:17:44 +02:00 committed by RenovateBot
parent dd4b7db50a
commit f775b223a8

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
[dependencies]
embassy-rp = { version = "0.1.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" }
cortex-m-rt = "0.7.3"