From f6779037b5001d8cf1decaa0efbdde441f645695 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 15 Jul 2025 12:04:10 +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 6973b96..b989f5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.4.0", features = ["critical-section-impl", "time-driver", "unstable-pac"] } +embassy-rp = { version = "0.5.0", features = ["critical-section-impl", "time-driver", "unstable-pac"] } embassy-time = { version = "0.4.0" } cortex-m = { version = "0.7.6", features = ["inline-asm"] } cortex-m-rt = "0.7.3"