From ab84d68e0c4ad0ffe044507092423fa3859096cb Mon Sep 17 00:00:00 2001 From: hodasemi Date: Mon, 5 Aug 2024 19:40:15 +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 94b0e9a..29d416a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # 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-usb = { version = "0.1.0" } numtoa = "0.2.4"