From c8197f524e349de8a6497c6cba00b57189bb5c3e Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 15 Sep 2019 20:19:48 +0200 Subject: fix gh-pages build --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1449d6e..d1ca316 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,13 +5,13 @@ authors = [ ] categories = ["concurrency", "embedded", "no-std"] description = "Real Time For the Masses (RTFM): a concurrency framework for building real time systems" -documentation = "https://japaric.github.io/cortex-m-rtfm/book/en" +documentation = "https://rtfm-rs.github.io/cortex-m-rtfm/book/en" edition = "2018" keywords = ["arm", "cortex-m"] license = "MIT OR Apache-2.0" name = "cortex-m-rtfm" readme = "README.md" -repository = "https://github.com/japaric/cortex-m-rtfm" +repository = "https://github.com/rtfm-rs/cortex-m-rtfm" version = "0.5.0-beta.1" [lib] @@ -48,7 +48,7 @@ required-features = ["__v7"] [dependencies] cortex-m = "0.6.0" cortex-m-rtfm-macros = { path = "macros" } -rtfm-core = { git = "https://github.com/japaric/rtfm-core" } +rtfm-core = { git = "https://github.com/rtfm-rs/rtfm-core" } cortex-m-rt = "0.6.9" heapless = "0.5.0" -- cgit v1.2.3