diff options
-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 |