stm32-rs / stm32l0xx-hal

A hardware abstraction layer (HAL) for the STM32L0 series microcontrollers written in Rust
BSD Zero Clause License
96 stars 60 forks source link

Fix Cargo features used by docs.rs #203

Closed dbrgn closed 2 years ago

dbrgn commented 2 years ago

The docs.rs build currently fails: https://docs.rs/crate/stm32l0xx-hal/0.8.0/builds/458082 Some of the required features for building were missing.

To avoid this in the future, specified an MCU feature for a random (read: the one I'm using) concrete MCU instead.

Can we re-trigger the building of the docs without creating a new release? Probably not, right? Should we create a 0.8.1 release to fix the docs? (I could do that.)