Skip to content

Commit c4c40f7

Browse files
Fix missed feature dependencies
1 parent cbd45a9 commit c4c40f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ stm32f042 = ["stm32f0/stm32f0x2"]
4747
stm32f030 = ["stm32f0/stm32f0x0"]
4848
stm32f030x4 = ["stm32f030x6"]
4949
stm32f030x6 = ["stm32f030"]
50-
stm32f030x8 = ["stm32f0/stm32f0x0"]
51-
stm32f030xc = ["stm32f0/stm32f0x0"]
50+
stm32f030x8 = ["stm32f030", "stm32f0/stm32f0x0"]
51+
stm32f030xc = ["stm32f030", "stm32f0/stm32f0x0"]
5252

5353
[profile.dev]
5454
debug = true

0 commit comments

Comments
 (0)