From 6e3d0593a09f095792bf15c9cf7337aef16cb457 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 15 Jul 2025 12:04:22 +0000 Subject: [PATCH] Update Rust crate embassy-rp to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90abc12..29c25ed 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.4.0", features = [ +embassy-rp = { version = "0.5.0", features = [ "unstable-pac", "time-driver", "critical-section-impl",