From bf94be9f7ee272ac7e03147e5ae2320dda0ed57e Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 16 Jan 2018 00:15:07 +0100 Subject: [PATCH] specify both the path and version of the cortex-m-rtfm-macros dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44991e00fc..638979cfec 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"