mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
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:
commit
d0970211f7
1 changed files with 1 additions and 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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue