Skip to content

Commit b13ed7f

Browse files
committed
Remove deprecated Cargo.toml authors.
I missed these previously. Oops.
1 parent 84e5c01 commit b13ed7f

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

cortex-m-rt/macros/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["Jorge Aparicio <jorge@japaric.io>"]
32
categories = ["embedded", "no-std"]
43
description = "Attributes re-exported in `cortex-m-rt`"
54
documentation = "https://docs.rs/cortex-m-rt"

testsuite/minitest/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Embedded Devices Working Group's Arm Team<cortex-m@teams.rust-embedded.org>"]
32
name = "minitest"
43
publish = false
54
edition = "2018"

testsuite/minitest/macros/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Embedded Devices Working Group's Arm Team<cortex-m@teams.rust-embedded.org>"]
32
name = "minitest-macros"
43
publish = false
54
edition = "2018"

0 commit comments

Comments
 (0)