diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-07-29 01:16:11 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-07-29 01:17:54 -0500 |
| commit | 616054815361642678910ada3b8053ee6352ab12 (patch) | |
| tree | b55a9fd3261c58cbe4e797107867e869eed53ee9 /Cargo.toml | |
| parent | 2d80f3631bc3bf382ae24c25dbf8ff33af2ad430 (diff) | |
v0.2.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -14,12 +14,10 @@ version = "0.2.0" [dependencies] cortex-m = "0.3.1" +cortex-m-rtfm-macros = "=0.2.0" rtfm-core = "0.1.0" static-ref = "0.2.1" -[dependencies.cortex-m-rtfm-macros] -path = "macros" - [target.'cfg(target_arch = "x86_64")'.dev-dependencies] compiletest_rs = "0.2.8" |
