From ab1b1e848b1cb5e4c4b7dadcf83ff48644cc01f5 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 6 Jan 2025 15:05:02 +0000 Subject: [PATCH] Update Rust crate embassy-rp to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c4f8fa..c9ca829 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] embassy-executor = { version = "0.5.0", features = ["task-arena-size-32768", "arch-cortex-m", "executor-thread", "executor-interrupt", "integrated-timers"] } -embassy-rp = { version = "0.1.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] } +embassy-rp = { version = "0.3.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] } embassy-futures = { version = "0.1.1" } cortex-m-rt = "0.7.4"