From ba42b93110b5dc5eba5d7bb5258e2d001a753c70 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 5 Jan 2025 21:06:48 +0000 Subject: [PATCH] Update Rust crate embassy-time to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c755fb4..6028d52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"