diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-01-16 00:15:07 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-01-16 00:15:07 +0100 |
| commit | bf94be9f7ee272ac7e03147e5ae2320dda0ed57e (patch) | |
| tree | 2461be9a048f6104b438a8e769a9b45b453b5bbe /Cargo.toml | |
| parent | 716fb9ba147a8888cfd391fa83c80e2c554e11b2 (diff) | |
specify both the path and version of the cortex-m-rtfm-macros dependency
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ version = "0.3.1" [dependencies] cortex-m = "0.4.0" -cortex-m-rtfm-macros = { path = "macros" } +cortex-m-rtfm-macros = { path = "macros", version = "0.3.0" } rtfm-core = "0.2.0" untagged-option = "0.1.1" |
