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
This commit is contained in:
homunkulus 2018-01-15 23:16:33 +00:00
commit d0970211f7

View file

@ -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"