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

docs.rs build fails due to required size feature #13

Open
karlp opened this issue Sep 1, 2021 · 1 comment
Open

docs.rs build fails due to required size feature #13

karlp opened this issue Sep 1, 2021 · 1 comment

Comments

@karlp
Copy link

karlp commented Sep 1, 2021

Hi,

The docs.rs builds are failing, because you must select a package size via feature.

Perhaps one option would be adding the following to Cargo.toml?

[package.metadata.docs.rs]
features = ["xG-package", "stm32-usbd"]

That should get full docs built?

@karlp
Copy link
Author

karlp commented Sep 1, 2021

karlp added a commit to etactica/stm32wb-hal that referenced this issue Sep 6, 2021
Fixes: eupn#13

Signed-off-by: Karl Palsson <karlp@etactica.com>
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

No branches or pull requests

1 participant