diff options
Diffstat (limited to 'testsuite/Cargo.toml')
-rw-r--r-- | testsuite/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/Cargo.toml b/testsuite/Cargo.toml index be3e43d..3e111bf 100644 --- a/testsuite/Cargo.toml +++ b/testsuite/Cargo.toml @@ -11,7 +11,7 @@ semihosting = ["cortex-m-semihosting", "minitest/semihosting"] [dependencies] cortex-m-rt.path = "../cortex-m-rt" -cortex-m.path = ".." +cortex-m.path = "../cortex-m" minitest.path = "minitest" critical-section = "1.0.0" |