From 0a701d68b51da9468a9a5e518667d4c037102e85 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Mon, 16 Oct 2023 01:33:34 +0100 Subject: Move cortex-m crate into cortex-m directory --- cortex-m-semihosting/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cortex-m-semihosting') 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" -- cgit v1.2.3