aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-12 19:52:24 +0200
committerUlf Lilleengen <[email protected]>2025-08-12 19:52:24 +0200
commitac46e28c4b4f025279d8974adfb6120c6740e44e (patch)
tree41b87b23688ec4a55ace2b86c0e1c5354708677f /embassy-stm32
parentc4d2879d9eca23a801a32c5b3a98fb10b01666ba (diff)
fix: use correct feature set for docs
Diffstat (limited to 'embassy-stm32')
-rw-r--r--embassy-stm32/Cargo.toml2
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]
47features = ["defmt", "unstable-pac", "exti", "time-driver-any", "time", "stm32h755zi-cm7", "single-bank"] 47features = ["defmt", "unstable-pac", "exti", "time-driver-any", "time", "stm32h755zi-cm7", "dual-bank"]
48rustdoc-args = ["--cfg", "docsrs"] 48rustdoc-args = ["--cfg", "docsrs"]
49 49
50[dependencies] 50[dependencies]