From 87e0a54456b8c8b65f51d75f64168fa91ac420cc Mon Sep 17 00:00:00 2001 From: bjoernQ Date: Tue, 16 Apr 2024 16:33:28 +0200 Subject: [PATCH] Bump version to 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58f21d9..044b75b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esp-synopsys-usb-otg" -version = "0.4.0" +version = "0.4.1" authors = ["Vadim Kaushan ", "The ESP-RS Team"] description = "'usb-device' implementation for Synopsys USB OTG IP cores" edition = "2018"