aboutsummaryrefslogtreecommitdiff
path: root/panic-itm
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2023-10-16 01:33:34 +0100
committerGravatar Adam Greig <adam@adamgreig.com> 2023-10-16 01:57:48 +0100
commit0a701d68b51da9468a9a5e518667d4c037102e85 (patch)
treeea97c5f9726b46e5f9aef2721208645fa37d9750 /panic-itm
parentc52330f333afe5358b5b6cccb4837eeb92af2759 (diff)
downloadcortex-m-0a701d68b51da9468a9a5e518667d4c037102e85.tar.gz
cortex-m-0a701d68b51da9468a9a5e518667d4c037102e85.tar.zst
cortex-m-0a701d68b51da9468a9a5e518667d4c037102e85.zip
Move cortex-m crate into cortex-m directory
Diffstat (limited to 'panic-itm')
-rw-r--r--panic-itm/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/panic-itm/Cargo.toml b/panic-itm/Cargo.toml
index d03130b..5ff6d82 100644
--- a/panic-itm/Cargo.toml
+++ b/panic-itm/Cargo.toml
@@ -13,4 +13,4 @@ repository = "https://github.com/rust-embedded/cortex-m"
version = "0.4.2"
[dependencies]
-cortex-m = { path = "..", version = ">= 0.5.8, < 0.8" }
+cortex-m = { path = "../cortex-m", version = ">= 0.5.8, < 0.8" }