From b2fee8d535643c74d6d4cf982e85b3538c9d6f64 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 6 Aug 2024 06:46:16 +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 29d416a..d259efd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] embassy-rp = { version = "0.2.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"