diff options
-rw-r--r-- | cortex-m-rt/macros/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/macros/Cargo.toml b/cortex-m-rt/macros/Cargo.toml index eb7c120..96dc22a 100644 --- a/cortex-m-rt/macros/Cargo.toml +++ b/cortex-m-rt/macros/Cargo.toml @@ -6,7 +6,7 @@ documentation = "https://docs.rs/cortex-m-rt" keywords = ["arm", "cortex-m", "runtime", "startup"] license = "MIT OR Apache-2.0" name = "cortex-m-rt-macros" -repository = "https://github.com/japaric/cortex-m-rt" +repository = "https://github.com/rust-embedded/cortex-m-rt" version = "0.6.11" edition = "2018" |