From 6865fd09be62a84cd8114d86a52f82540d89d752 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Fri, 26 Jul 2024 06:54:29 +0200 Subject: [PATCH] Update Rust crate usbd-serial to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c078f18..318993e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ critical-section = "1.1.2" embedded-hal = "0.2.7" fugit = "0.3.7" numtoa = "0.2.4" -usbd-serial = "0.1.1" +usbd-serial = "0.2.0" [features] serial = []