aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-08-27 14:54:45 +0200
committerJorge Aparicio <jorge@japaric.io>2018-08-27 14:55:09 +0200
commit653338e7997a0cdc5deaed98b1bb5f60006717ed (patch)
tree2434992762e1536e05c3ecb7fc32f607c59a958c /Cargo.toml
parentc9c5ade13218ba9d7255fb00298309d18d892ee9 (diff)
v0.3.4
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 15f7394..d505f20 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,12 +5,12 @@ authors = [
]
categories = ["concurrency", "embedded", "no-std"]
description = "Real Time For the Masses (RTFM) framework for ARM Cortex-M microcontrollers"
-documentation = "https://docs.rs/cortex-m-rtfm"
+documentation = "https://japaric.github.io/cortex-m-rtfm/cortex_m_rtfm/"
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.3"
+version = "0.3.4"
[dependencies]
cortex-m = "0.4.0"