Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Cargo features used by docs.rs #203

Merged
merged 1 commit into from
Dec 8, 2021
Merged

Fix Cargo features used by docs.rs #203

merged 1 commit into from
Dec 8, 2021

Conversation

dbrgn
Copy link
Contributor

@dbrgn dbrgn commented Dec 7, 2021

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.)

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.
@dbrgn dbrgn requested a review from hannobraun December 7, 2021 21:06
@dbrgn dbrgn requested a review from a team as a code owner December 7, 2021 21:06
Copy link
Contributor

@hannobraun hannobraun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the pull request, @dbrgn! Looks good.

I think we'll have to put out a new release to re-trigger the docs.rs build. I think that's reasonable. We just have to be careful about the version. Not sure, if the recent changes were non-breaking, so we might have to release 0.9.0, or backport this change to a 0.8.x release branch and release 0.8.1.

I'm fine with either option.

@hannobraun hannobraun merged commit 110a351 into master Dec 8, 2021
@hannobraun hannobraun deleted the docsrs branch December 8, 2021 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants