aboutsummaryrefslogtreecommitdiff
path: root/panic-semihosting/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'panic-semihosting/Cargo.toml')
-rw-r--r--panic-semihosting/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/panic-semihosting/Cargo.toml b/panic-semihosting/Cargo.toml
index f096614..9970e7e 100644
--- a/panic-semihosting/Cargo.toml
+++ b/panic-semihosting/Cargo.toml
@@ -15,7 +15,7 @@ rust-version = "1.59"
edition = "2021"
[dependencies]
-cortex-m = { path = "..", version = ">= 0.5.6, < 0.8" }
+cortex-m = { path = "../cortex-m", version = ">= 0.5.6, < 0.8" }
cortex-m-semihosting = { path = "../cortex-m-semihosting", version = ">= 0.5.0, < 0.6" }
[features]