From 29a4e2701a952f47dbcc5acb05d1ff6e3fc1205d Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 13 Mar 2025 15:04:09 +0000 Subject: [PATCH] Update Rust crate embassy-rp to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e4368a..90abc12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ embassy-executor = { version = "0.7.0", features = [ "executor-thread", "executor-interrupt", ] } -embassy-rp = { version = "0.3.1", features = [ +embassy-rp = { version = "0.4.0", features = [ "unstable-pac", "time-driver", "critical-section-impl",