aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-09-15 18:21:58 +0000
committerGitHub <noreply@github.com>2019-09-15 18:21:58 +0000
commita601b3fa2600409e73d078b6065c2cd3cfebd75a (patch)
treee6795bcc53631e935efafddead911991fbdf3801 /macros/Cargo.toml
parent4ff28e9d13e845abf39c662643ae2ff5df57ec16 (diff)
parentc8197f524e349de8a6497c6cba00b57189bb5c3e (diff)
Merge #234
234: fix gh-pages build r=korken89 a=japaric this should build the latest docs and the docs for v0.4.x after successful merges Co-authored-by: Jorge Aparicio <jorge@japaric.io>
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index ed7626f..c7cce52 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -2,13 +2,13 @@
authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["concurrency", "embedded", "no-std"]
description = "Procedural macros of the cortex-m-rtfm crate"
-documentation = "https://japaric.github.io/cortex-m-rtfm/api/cortex_m_rtfm"
+documentation = "https://rtfm-rs.github.io/cortex-m-rtfm/api/cortex_m_rtfm"
edition = "2018"
keywords = ["arm", "cortex-m"]
license = "MIT OR Apache-2.0"
name = "cortex-m-rtfm-macros"
readme = "../README.md"
-repository = "https://github.com/japaric/cortex-m-rtfm"
+repository = "https://github.com/rtfm-rs/cortex-m-rtfm"
version = "0.5.0-alpha.1"
[lib]
@@ -20,7 +20,7 @@ quote = "1"
syn = "1"
[dependencies.rtfm-syntax]
-git = "https://github.com/japaric/rtfm-syntax"
+git = "https://github.com/rtfm-rs/rtfm-syntax"
[features]
heterogeneous = []