diff options
| author | homunkulus <homunkulus@gmx.com> | 2018-01-15 22:58:31 +0000 |
|---|---|---|
| committer | homunkulus <homunkulus@gmx.com> | 2018-01-15 22:58:31 +0000 |
| commit | 716fb9ba147a8888cfd391fa83c80e2c554e11b2 (patch) | |
| tree | f6c2d2c36324d8053da8ceb3794f9fcd4a551184 /Cargo.toml | |
| parent | b73263e8fa534233e8c097c6b1e6e430ea160d13 (diff) | |
| parent | d8eb3eac75ade47e07dae96fd1ab772f1983c233 (diff) | |
Auto merge of #65 - japaric:fix-doc-link, r=japaric
fix documentation link
None
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,11 +10,11 @@ keywords = ["arm", "cortex-m"] license = "MIT OR Apache-2.0" name = "cortex-m-rtfm" repository = "https://github.com/japaric/cortex-m-rtfm" -version = "0.3.0" +version = "0.3.1" [dependencies] cortex-m = "0.4.0" -cortex-m-rtfm-macros = "0.3.0" +cortex-m-rtfm-macros = { path = "macros" } rtfm-core = "0.2.0" untagged-option = "0.1.1" |
