diff options
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" } |