We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f01ea commit 2387a5cCopy full SHA for 2387a5c
embedded-hal-nb/Cargo.toml
@@ -15,6 +15,6 @@ repository = "https://github.com/rust-embedded/embedded-hal"
15
embedded-hal = { version = "=1.0.0-alpha.9", path = "../embedded-hal" }
16
nb = "1"
17
18
-[dev-dependencies.stm32f1]
19
-version = "0.15"
20
-features = ["stm32f103", "rt"]
+[dev-dependencies]
+cortex-m-rt = "=0.7.1" # 0.7.2 bumped its MSRV higher than embedded-hal's
+stm32f1 = { version = "0.15", features = ["stm32f103", "rt"] }
0 commit comments