diff options
author | 2019-01-22 10:00:12 +0000 | |
---|---|---|
committer | 2019-01-22 10:00:12 +0000 | |
commit | dce5466f289a55568b842e164ebd723ad441c63b (patch) | |
tree | fcc97bc1fb2fbef7a6876e0408c4b4a89c6fd91a | |
parent | 7b7a637a45cfbe44af3830f9ef124374ac42727c (diff) | |
parent | ebaa48ebe238d873af053dfed4e21c9ec45bdc05 (diff) | |
download | cortex-m-dce5466f289a55568b842e164ebd723ad441c63b.tar.gz cortex-m-dce5466f289a55568b842e164ebd723ad441c63b.tar.zst cortex-m-dce5466f289a55568b842e164ebd723ad441c63b.zip |
Merge #165
165: add team e-mail to authors r=therealprof a=japaric
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
-rw-r--r-- | cortex-m-rt/Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml index bb2dde9..df0158c 100644 --- a/cortex-m-rt/Cargo.toml +++ b/cortex-m-rt/Cargo.toml @@ -1,5 +1,9 @@ [package] -authors = ["Jorge Aparicio <jorge@japaric.io>", "Hideki Sekine <sekineh@me.com>"] +authors = [ + "The Cortex-M Team <cortex-m@teams.rust-embedded.org>", + "Jorge Aparicio <jorge@japaric.io>", + "Hideki Sekine <sekineh@me.com>", +] categories = ["embedded", "no-std"] description = "Minimal runtime / startup for Cortex-M microcontrollers" documentation = "https://docs.rs/cortex-m-rt/" |