From d8eb3eac75ade47e07dae96fd1ab772f1983c233 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 15 Jan 2018 23:57:56 +0100 Subject: fix documentation link --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3