diff options
author | 2020-02-05 23:52:01 +0100 | |
---|---|---|
committer | 2020-02-06 00:08:14 +0100 | |
commit | cbd1e1a60ff8a47a5d51134282c34882d8949c04 (patch) | |
tree | 72a65485b9c4cc12bafe71033fba81f512387fae | |
parent | 30177aa742579b207347a3a04554b1d0c6658f28 (diff) | |
download | cortex-m-cbd1e1a60ff8a47a5d51134282c34882d8949c04.tar.gz cortex-m-cbd1e1a60ff8a47a5d51134282c34882d8949c04.tar.zst cortex-m-cbd1e1a60ff8a47a5d51134282c34882d8949c04.zip |
Update macros repo link
-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" |