diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-12 19:52:24 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-12 19:52:24 +0200 |
| commit | ac46e28c4b4f025279d8974adfb6120c6740e44e (patch) | |
| tree | 41b87b23688ec4a55ace2b86c0e1c5354708677f /embassy-stm32 | |
| parent | c4d2879d9eca23a801a32c5b3a98fb10b01666ba (diff) | |
fix: use correct feature set for docs
Diffstat (limited to 'embassy-stm32')
| -rw-r--r-- | embassy-stm32/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index c26cc194e..b4c1e5a14 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -44,7 +44,7 @@ flavors = [ | |||
| 44 | ] | 44 | ] |
| 45 | 45 | ||
| 46 | [package.metadata.docs.rs] | 46 | [package.metadata.docs.rs] |
| 47 | features = ["defmt", "unstable-pac", "exti", "time-driver-any", "time", "stm32h755zi-cm7", "single-bank"] | 47 | features = ["defmt", "unstable-pac", "exti", "time-driver-any", "time", "stm32h755zi-cm7", "dual-bank"] |
| 48 | rustdoc-args = ["--cfg", "docsrs"] | 48 | rustdoc-args = ["--cfg", "docsrs"] |
| 49 | 49 | ||
| 50 | [dependencies] | 50 | [dependencies] |
