aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-01-15 23:57:56 +0100
committerJorge Aparicio <jorge@japaric.io>2018-01-15 23:58:04 +0100
commitd8eb3eac75ade47e07dae96fd1ab772f1983c233 (patch)
treef6c2d2c36324d8053da8ceb3794f9fcd4a551184 /Cargo.toml
parentb73263e8fa534233e8c097c6b1e6e430ea160d13 (diff)
fix documentation link
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 129fd20..44991e0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"