diff options
author | 2018-01-15 23:16:33 +0000 | |
---|---|---|
committer | 2018-01-15 23:16:33 +0000 | |
commit | d0970211f7105b9d9a0527bd23fa2cb0f4eb8ab6 (patch) | |
tree | 2461be9a048f6104b438a8e769a9b45b453b5bbe | |
parent | 716fb9ba147a8888cfd391fa83c80e2c554e11b2 (diff) | |
parent | bf94be9f7ee272ac7e03147e5ae2320dda0ed57e (diff) | |
download | rtic-d0970211f7105b9d9a0527bd23fa2cb0f4eb8ab6.tar.gz rtic-d0970211f7105b9d9a0527bd23fa2cb0f4eb8ab6.tar.zst rtic-d0970211f7105b9d9a0527bd23fa2cb0f4eb8ab6.zip |
Auto merge of #66 - japaric:path-and-version, r=japaric
specify both the path and version of the cortex-m-rtfm-macros dependency
this seems to be required for cargo publish to Just Work
cc @jonas-schievink
-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" |