diff options
author | 2018-09-21 03:56:50 +0900 | |
---|---|---|
committer | 2018-09-21 03:56:50 +0900 | |
commit | d3a3c5b6770e05250a12bed06dc025a1ac2ee5d8 (patch) | |
tree | 7cc2243808bab3eb0bf0b50786f1ccdb34b74324 | |
parent | 87f06f0116d90694bb8db9894a0b0ffb01d7559e (diff) | |
download | cortex-m-d3a3c5b6770e05250a12bed06dc025a1ac2ee5d8.tar.gz cortex-m-d3a3c5b6770e05250a12bed06dc025a1ac2ee5d8.tar.zst cortex-m-d3a3c5b6770e05250a12bed06dc025a1ac2ee5d8.zip |
add to authors.
-rw-r--r-- | cortex-m-rt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml index fdee9bb..8b865d2 100644 --- a/cortex-m-rt/Cargo.toml +++ b/cortex-m-rt/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Jorge Aparicio <jorge@japaric.io>"] +authors = ["Jorge Aparicio <jorge@japaric.io>", "Hideki Sekine <sekineh@me.com>"] categories = ["embedded", "no-std"] description = "Minimal runtime / startup for Cortex-M microcontrollers" documentation = "https://rust-embedded.github.io/cortex-m-rt/" |