diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-01-15 23:57:56 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-01-15 23:58:04 +0100 |
| commit | d8eb3eac75ade47e07dae96fd1ab772f1983c233 (patch) | |
| tree | f6c2d2c36324d8053da8ceb3794f9fcd4a551184 /Cargo.toml | |
| parent | b73263e8fa534233e8c097c6b1e6e430ea160d13 (diff) | |
fix documentation link
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" |
