Update Rust crate embassy-time to 0.4.0 #5

Merged
hodasemi merged 2 commits from renovate/embassy-time-0.x into main 2025-01-09 18:46:17 +00:00
Showing only changes of commit ba42b93110 - Show all commits

View file

@ -15,7 +15,7 @@ categories = ["embedded", "hardware-support", "no-std"]
[dependencies]
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"
pio-proc = "0.2.2"