diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-09-15 18:21:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-15 18:21:58 +0000 |
| commit | a601b3fa2600409e73d078b6065c2cd3cfebd75a (patch) | |
| tree | e6795bcc53631e935efafddead911991fbdf3801 /Cargo.toml | |
| parent | 4ff28e9d13e845abf39c662643ae2ff5df57ec16 (diff) | |
| parent | c8197f524e349de8a6497c6cba00b57189bb5c3e (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 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |
