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 f868247 commit b592db9Copy full SHA for b592db9
cortex-m-rt/Cargo.toml
@@ -22,7 +22,7 @@ cortex-m-rt-macros = { path = "macros", version = "=0.7.0" }
22
[dev-dependencies]
23
cortex-m = { version = "0.7.4", path = ".." }
24
panic-halt = "0.2.0"
25
-cortex-m-semihosting = "0.3"
+cortex-m-semihosting = { path = "../cortex-m-semihosting" }
26
27
[target.'cfg(not(target_os = "none"))'.dev-dependencies]
28
compiletest_rs = "0.7"
0 commit comments