Skip to content

Commit c64a948

Browse files
committed
Make setting stm32f3 rt feature explicit
Prepreation for version upgrade, as "rt" will be set by default then.
1 parent 4aa033b commit c64a948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ embedded-time = "0.12.0"
4343
nb = "1.0.0"
4444
paste = "1.0.5"
4545
rtcc = "0.2.1"
46-
stm32f3 = "0.13.2"
46+
stm32f3 = { version = "0.13.2", default-features = false }
4747
bxcan = { version = ">=0.4, <0.6", optional = true }
4848
stm32-usbd = { version = "0.6.0", optional = true }
4949
void = { version = "1.0.2", default-features = false }

0 commit comments

Comments
 (0)