From b13ed7f1a42537b2a347b0f177860766d956ff30 Mon Sep 17 00:00:00 2001 From: Wren Turkal Date: Mon, 16 Mar 2026 00:46:04 -0700 Subject: [PATCH] Remove deprecated Cargo.toml authors. I missed these previously. Oops. --- cortex-m-rt/macros/Cargo.toml | 1 - testsuite/minitest/Cargo.toml | 1 - testsuite/minitest/macros/Cargo.toml | 1 - 3 files changed, 3 deletions(-) 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"