Skip to content

Commit dce5466

Browse files
bors[bot]japaric
andcommitted
Merge #165
165: add team e-mail to authors r=therealprof a=japaric Co-authored-by: Jorge Aparicio <[email protected]>
2 parents 7b7a637 + ebaa48e commit dce5466

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cortex-m-rt/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[package]
2-
authors = ["Jorge Aparicio <[email protected]>", "Hideki Sekine <[email protected]>"]
2+
authors = [
3+
"The Cortex-M Team <[email protected]>",
4+
"Jorge Aparicio <[email protected]>",
5+
"Hideki Sekine <[email protected]>",
6+
]
37
categories = ["embedded", "no-std"]
48
description = "Minimal runtime / startup for Cortex-M microcontrollers"
59
documentation = "https://docs.rs/cortex-m-rt/"

0 commit comments

Comments
 (0)