Skip to content

Commit b592db9

Browse files
committed
Fix cortex-m-rt build that was depending on old cortex-m via out-of-tree cortex-m-semihosting
1 parent f868247 commit b592db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cortex-m-rt-macros = { path = "macros", version = "=0.7.0" }
2222
[dev-dependencies]
2323
cortex-m = { version = "0.7.4", path = ".." }
2424
panic-halt = "0.2.0"
25-
cortex-m-semihosting = "0.3"
25+
cortex-m-semihosting = { path = "../cortex-m-semihosting" }
2626

2727
[target.'cfg(not(target_os = "none"))'.dev-dependencies]
2828
compiletest_rs = "0.7"

0 commit comments

Comments
 (0)