aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@grepit.se>2021-03-03 08:53:03 +0100
committerHenrik Tjäder <henrik@grepit.se>2021-03-03 08:53:03 +0100
commit612efaf0c436489e1cf09c2e87b329a7318f71b4 (patch)
tree010e31c82860fbe605c1826d419424427873106b /Cargo.toml
parent08a37d6d3d7e7f599c7d5b2723ed15d8355963d1 (diff)
Use panic_semihosting for all examples
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 12b25c4..dd4633b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68,7 +68,6 @@ version_check = "0.9"
[dev-dependencies]
lm3s6965 = "0.1.3"
-panic-halt = "0.2.0"
cortex-m-semihosting = "0.3.3"
[dev-dependencies.panic-semihosting]