diff options
author | 2018-11-11 16:41:53 +0100 | |
---|---|---|
committer | 2018-11-11 16:41:53 +0100 | |
commit | 4a79231d79e8dac3fbd7ade52cbbb0a0e6a2719c (patch) | |
tree | 85691c80e77caf5ea58e4bf36b46f3c9d39e7014 /cortex-m-rt | |
parent | 296f3b3117a572be49b9b7cc189e62f93c8aac55 (diff) | |
download | cortex-m-4a79231d79e8dac3fbd7ade52cbbb0a0e6a2719c.tar.gz cortex-m-4a79231d79e8dac3fbd7ade52cbbb0a0e6a2719c.tar.zst cortex-m-4a79231d79e8dac3fbd7ade52cbbb0a0e6a2719c.zip |
change the documentation link to docs.rs
the service is now being maintained by the rust org
Diffstat (limited to 'cortex-m-rt')
-rw-r--r-- | cortex-m-rt/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml index 43da43b..d9b1bc3 100644 --- a/cortex-m-rt/Cargo.toml +++ b/cortex-m-rt/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Jorge Aparicio <jorge@japaric.io>", "Hideki Sekine <sekineh@me.com>"] categories = ["embedded", "no-std"] description = "Minimal runtime / startup for Cortex-M microcontrollers" -documentation = "https://rust-embedded.github.io/cortex-m-rt/" +documentation = "https://docs.rs/cortex-m-rt/" keywords = ["arm", "cortex-m", "runtime", "startup"] license = "MIT OR Apache-2.0" name = "cortex-m-rt" @@ -33,3 +33,6 @@ required-features = ["device"] [features] device = [] + +[package.metadata.docs.rs] +features = ["device"]
\ No newline at end of file |