Skip to content
Snippets Groups Projects
Commit bf94be9f authored by Jorge Aparicio's avatar Jorge Aparicio
Browse files

specify both the path and version of the cortex-m-rtfm-macros dependency

parent 716fb9ba
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ version = "0.3.1" ...@@ -14,7 +14,7 @@ version = "0.3.1"
[dependencies] [dependencies]
cortex-m = "0.4.0" 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" rtfm-core = "0.2.0"
untagged-option = "0.1.1" untagged-option = "0.1.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment