From f775b223a8462ab6d23016dbd2d94c939688814b Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 6 Aug 2024 08:17:44 +0200 Subject: [PATCH] Update Rust crate embassy-rp to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1310351..bf9a73f 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.1.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] } +embassy-rp = { version = "0.2.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] } embassy-time = { version = "0.3.0" } cortex-m-rt = "0.7.3"