From 378a1a317c0a03cbd56336a7fec5da9d91699c53 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 8 Mar 2024 12:05:02 +0000 Subject: [PATCH] Update Rust crate usbd-serial to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c078f18..22d8a0c 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.1" [features] serial = []