From e0451fe90b5febf8d5c229a105486f825e63fa6a Mon Sep 17 00:00:00 2001 From: Vadim Kaushan Date: Sat, 26 Jul 2025 11:14:51 +0300 Subject: [PATCH] Release v0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9de62e8..0f027de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stm32-usbd" -version = "0.7.0" +version = "0.8.0" edition = "2018" authors = ["Matti Virkkunen ", "Vadim Kaushan ", "Nicolas Stalder ", "Jonas Martin "] description = "'usb-device' implementation for STM32 microcontrollers"