From 9bc9be611b262edf5c7811235e16bdbcbb3509cf Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Mon, 31 Aug 2020 23:20:19 +0200 Subject: Add semihosting crates to workspace --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eddc6fa..e3c6a3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ inline-asm = [] linker-plugin-lto = [] [workspace] -members = ["xtask"] +members = ["xtask", "cortex-m-semihosting", "panic-semihosting"] [package.metadata.docs.rs] targets = [ -- cgit v1.2.3