Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.

Commit 2faeaa7

Browse files
bors[bot]japaric
andcommitted
Merge #8
8: add team e-mail to authors r=therealprof a=japaric Co-authored-by: Jorge Aparicio <[email protected]>
2 parents b7834c9 + 0275c8e commit 2faeaa7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[package]
2-
authors = ["Jorge Aparicio <[email protected]>"]
2+
authors = [
3+
"The Cortex-M Team <[email protected]>",
4+
"Jorge Aparicio <[email protected]>",
5+
]
36
categories = ["no-std"]
47
description = "Log panic messages using the ITM (Instrumentation Trace Macrocell)"
58
documentation = "https://rust-embedded.github.io/panic-itm/panic_itm"

0 commit comments

Comments
 (0)