Skip to content

Commit 02c2bdf

Browse files
authored
Merge pull request #65 from rust-embedded/remove-semihosting-crate
Remove semihosting dependency from cortex-r-t - wasn't used
2 parents a16d125 + 8cd911c commit 02c2bdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cortex-r-rt/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ version = "0.2.0"
2525

2626
[dependencies]
2727
cortex-ar = {version = "0.2.0", path = "../cortex-ar"}
28-
semihosting = {version = "0.1.18", features = ["stdio"]}
2928
cortex-ar-rt-macros = {path = "../cortex-ar-rt-macros", version = "=0.1.0"}
3029

3130
[features]

0 commit comments

Comments
 (0)