From 7751b2cf8f73a434f388619466f159888958c12f Mon Sep 17 00:00:00 2001 From: hodasemi Date: Mon, 5 Aug 2024 19:40:30 +0200 Subject: [PATCH] Update Rust crate embassy-usb to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94b0e9a..35ac871 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] embassy-rp = { version = "0.1.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] } -embassy-usb = { version = "0.1.0" } +embassy-usb = { version = "0.3.0" } numtoa = "0.2.4"