I have a little project which successfully runs a USB Serial device on a STM32F103 from last march, using these dependencies: ``` stm32-usbd = "0.6.0" usb-device = "0.2.9" usbd-serial = "0.1.1" ``` not sure if it’s also out of date already though?