Skip to content

Commit 2387a5c

Browse files
committed
Fix CI tests for MSRV
1 parent 44f01ea commit 2387a5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

embedded-hal-nb/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ repository = "https://github.com/rust-embedded/embedded-hal"
1515
embedded-hal = { version = "=1.0.0-alpha.9", path = "../embedded-hal" }
1616
nb = "1"
1717

18-
[dev-dependencies.stm32f1]
19-
version = "0.15"
20-
features = ["stm32f103", "rt"]
18+
[dev-dependencies]
19+
cortex-m-rt = "=0.7.1" # 0.7.2 bumped its MSRV higher than embedded-hal's
20+
stm32f1 = { version = "0.15", features = ["stm32f103", "rt"] }

0 commit comments

Comments
 (0)