diff options
author | 2023-10-16 18:41:32 +0000 | |
---|---|---|
committer | 2023-10-16 18:41:32 +0000 | |
commit | 7f6ff8fb72eb333344c02147c06e7dc6801870c3 (patch) | |
tree | ea97c5f9726b46e5f9aef2721208645fa37d9750 /cortex-m-semihosting | |
parent | c52330f333afe5358b5b6cccb4837eeb92af2759 (diff) | |
parent | 0a701d68b51da9468a9a5e518667d4c037102e85 (diff) | |
download | cortex-m-7f6ff8fb72eb333344c02147c06e7dc6801870c3.tar.gz cortex-m-7f6ff8fb72eb333344c02147c06e7dc6801870c3.tar.zst cortex-m-7f6ff8fb72eb333344c02147c06e7dc6801870c3.zip |
Merge pull request #487 from rust-embedded/move-cortex-m
Move cortex-m crate into cortex-m directory
Diffstat (limited to 'cortex-m-semihosting')
-rw-r--r-- | cortex-m-semihosting/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-semihosting/Cargo.toml b/cortex-m-semihosting/Cargo.toml index ac0afa5..ae43e8f 100644 --- a/cortex-m-semihosting/Cargo.toml +++ b/cortex-m-semihosting/Cargo.toml @@ -20,5 +20,5 @@ jlink-quirks = [] no-semihosting = [] [dependencies] -cortex-m = { path = "..", version = ">= 0.5.8, < 0.8" } +cortex-m = { path = "../cortex-m", version = ">= 0.5.8, < 0.8" } critical-section = "1.0.0" |