diff options
author | 2023-10-16 01:33:34 +0100 | |
---|---|---|
committer | 2023-10-16 01:57:48 +0100 | |
commit | 0a701d68b51da9468a9a5e518667d4c037102e85 (patch) | |
tree | ea97c5f9726b46e5f9aef2721208645fa37d9750 /panic-itm | |
parent | c52330f333afe5358b5b6cccb4837eeb92af2759 (diff) | |
download | cortex-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.toml | 2 |
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" } |