aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar homunkulus <homunkulus@gmx.com> 2018-01-15 23:16:33 +0000
committerGravatar homunkulus <homunkulus@gmx.com> 2018-01-15 23:16:33 +0000
commitd0970211f7105b9d9a0527bd23fa2cb0f4eb8ab6 (patch)
tree2461be9a048f6104b438a8e769a9b45b453b5bbe
parent716fb9ba147a8888cfd391fa83c80e2c554e11b2 (diff)
parentbf94be9f7ee272ac7e03147e5ae2320dda0ed57e (diff)
downloadrtic-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 44991e00..638979cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"