diff --git a/cortex-m-rt/macros/Cargo.toml b/cortex-m-rt/macros/Cargo.toml index 960e3b8d..b6755bb4 100644 --- a/cortex-m-rt/macros/Cargo.toml +++ b/cortex-m-rt/macros/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Jorge Aparicio "] categories = ["embedded", "no-std"] description = "Attributes re-exported in `cortex-m-rt`" documentation = "https://docs.rs/cortex-m-rt" diff --git a/testsuite/minitest/Cargo.toml b/testsuite/minitest/Cargo.toml index c64aa8cd..486ff914 100644 --- a/testsuite/minitest/Cargo.toml +++ b/testsuite/minitest/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["The Embedded Devices Working Group's Arm Team"] name = "minitest" publish = false edition = "2018" diff --git a/testsuite/minitest/macros/Cargo.toml b/testsuite/minitest/macros/Cargo.toml index 800f858d..825703c1 100644 --- a/testsuite/minitest/macros/Cargo.toml +++ b/testsuite/minitest/macros/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["The Embedded Devices Working Group's Arm Team"] name = "minitest-macros" publish = false edition = "2018"