We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f01042 commit 02aade1Copy full SHA for 02aade1
1 file changed
embedded-hal-nb/Cargo.toml
@@ -16,5 +16,5 @@ embedded-hal = { version = "=1.0.0-alpha.9", path = "../embedded-hal" }
16
nb = "1"
17
18
[dev-dependencies]
19
-cortex-m-rt = "=0.7.1" # 0.7.2 bumped its MSRV higher than embedded-hal's
+cortex-m-rt = "0.7"
20
stm32f1 = { version = "0.15", features = ["stm32f103", "rt"] }
0 commit comments