diff options
author | 2020-08-31 23:20:19 +0200 | |
---|---|---|
committer | 2020-10-13 21:31:37 +0200 | |
commit | 9bc9be611b262edf5c7811235e16bdbcbb3509cf (patch) | |
tree | 03452ea6874d6c171475c11f7ecffe4e1aa19e58 | |
parent | d01bdda2fd40728810c2a989b248dd4f5d369a7b (diff) | |
download | cortex-m-9bc9be611b262edf5c7811235e16bdbcbb3509cf.tar.gz cortex-m-9bc9be611b262edf5c7811235e16bdbcbb3509cf.tar.zst cortex-m-9bc9be611b262edf5c7811235e16bdbcbb3509cf.zip |
Add semihosting crates to workspace
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ inline-asm = [] linker-plugin-lto = [] [workspace] -members = ["xtask"] +members = ["xtask", "cortex-m-semihosting", "panic-semihosting"] [package.metadata.docs.rs] targets = [ |