We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
See eg, https://docs.rs/crate/stm32wb-hal/0.1.14/builds/427789
Sorry, something went wrong.
docs.rs support building by choosing all features
f0b71d1
Fixes: eupn#13 Signed-off-by: Karl Palsson <karlp@etactica.com>
No branches or pull requests
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?
That should get full docs built?
The text was updated successfully, but these errors were encountered: