From 9fb107b8b7985381a11e953c8aecd3be5277e9e0 Mon Sep 17 00:00:00 2001 From: Bradley Gannon Date: Fri, 9 Jun 2023 12:35:42 -0400 Subject: [PATCH] Bump `synopsys-usb-otg` to 0.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 692c72bf..ce29c694 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ version = "0.6.0" optional = true [dependencies.synopsys-usb-otg] -version = "0.2.4" +version = "0.3.2" features = ["cortex-m", "fs"] optional = true