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