Skip to content

Commit 224ebb5

Browse files
authored
Set features for doc.rs (#18)
1 parent 34f9662 commit 224ebb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "stm32-hrtim"
33
version = "0.1.0"
44
edition = "2021"
55

6+
[package.metadata.docs.rs]
7+
features = ["stm32g474", "defmt"]
8+
69
[dependencies]
710
stm32f3 = { version = "0.16.0", optional = true }
811
stm32h7 = { version = "0.16.0", optional = true }

0 commit comments

Comments
 (0)