From f0fd3a1d0a020182c922dcdcdc6e752196fe3131 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Wed, 17 Nov 2021 14:44:52 -0500 Subject: [PATCH] Remove the authors field The author's field is now optional per https://github.com/rust-lang/rust/issues/83227 For sake of clarity, remove it across Hubris --- app/demo-stm32f4-discovery/Cargo.toml | 1 - app/demo-stm32h7-nucleo/Cargo.toml | 1 - app/gemini-bu-rot/Cargo.toml | 1 - app/gemini-bu/Cargo.toml | 1 - app/gimlet-rot/Cargo.toml | 1 - app/gimlet/Cargo.toml | 1 - app/gimletlet/Cargo.toml | 1 - app/lpc55xpresso/Cargo.toml | 1 - build/i2c/Cargo.toml | 1 - build/util/Cargo.toml | 1 - build/xtask/Cargo.toml | 1 - drv/i2c-api/Cargo.toml | 1 - drv/i2c-devices/Cargo.toml | 1 - drv/lpc55-gpio-api/Cargo.toml | 1 - drv/lpc55-gpio/Cargo.toml | 1 - drv/lpc55-i2c/Cargo.toml | 1 - drv/lpc55-rng/Cargo.toml | 1 - drv/lpc55-romapi/Cargo.toml | 1 - drv/lpc55-spi-server/Cargo.toml | 1 - drv/lpc55-spi/Cargo.toml | 1 - drv/lpc55-syscon-api/Cargo.toml | 4 ---- drv/lpc55-syscon/Cargo.toml | 1 - drv/lpc55-usart/Cargo.toml | 1 - drv/onewire-devices/Cargo.toml | 1 - drv/onewire/Cargo.toml | 1 - drv/spi-api/Cargo.toml | 1 - drv/stm32fx-rcc/Cargo.toml | 1 - drv/stm32fx-usart/Cargo.toml | 1 - drv/stm32h7-gpio-api/Cargo.toml | 1 - drv/stm32h7-gpio/Cargo.toml | 1 - drv/stm32h7-i2c-server/Cargo.toml | 1 - drv/stm32h7-i2c/Cargo.toml | 1 - drv/stm32h7-rcc-api/Cargo.toml | 1 - drv/stm32h7-rcc/Cargo.toml | 1 - drv/stm32h7-spi-server/Cargo.toml | 1 - drv/stm32h7-spi/Cargo.toml | 1 - drv/stm32h7-usart/Cargo.toml | 1 - drv/user-leds-api/Cargo.toml | 1 - drv/user-leds/Cargo.toml | 1 - lib/fixedmap/Cargo.toml | 1 - lib/hypocalls/Cargo.toml | 1 - lib/ringbuf/Cargo.toml | 1 - stage0/Cargo.toml | 1 - sys/abi/Cargo.toml | 1 - sys/kern/Cargo.toml | 1 - sys/userlib/Cargo.toml | 1 - task/hiffy/Cargo.toml | 1 - task/idle/Cargo.toml | 1 - task/jefe/Cargo.toml | 1 - task/ping/Cargo.toml | 1 - task/pong/Cargo.toml | 1 - task/power/Cargo.toml | 1 - task/spam2/Cargo.toml | 1 - task/spd/Cargo.toml | 1 - task/template/Cargo.toml | 1 - task/thermal/Cargo.toml | 1 - test/test-api/Cargo.toml | 1 - test/test-assist/Cargo.toml | 1 - test/test-runner/Cargo.toml | 1 - test/test-suite/Cargo.toml | 1 - test/tests-gemini-bu-rot/Cargo.toml | 1 - test/tests-gemini-bu/Cargo.toml | 1 - test/tests-lpc55/Cargo.toml | 1 - test/tests-stm32fx/Cargo.toml | 1 - test/tests-stm32h7/Cargo.toml | 1 - 65 files changed, 68 deletions(-) diff --git a/app/demo-stm32f4-discovery/Cargo.toml b/app/demo-stm32f4-discovery/Cargo.toml index ab4528378..1b49f33b2 100644 --- a/app/demo-stm32f4-discovery/Cargo.toml +++ b/app/demo-stm32f4-discovery/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Cliff L. Biffle "] edition = "2018" readme = "README.md" name = "demo-stm32f4-discovery" diff --git a/app/demo-stm32h7-nucleo/Cargo.toml b/app/demo-stm32h7-nucleo/Cargo.toml index 5626137a2..5126889ca 100644 --- a/app/demo-stm32h7-nucleo/Cargo.toml +++ b/app/demo-stm32h7-nucleo/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Cliff L. Biffle "] edition = "2018" readme = "README.md" name = "demo-stm32h7-nucleo" diff --git a/app/gemini-bu-rot/Cargo.toml b/app/gemini-bu-rot/Cargo.toml index 948a7092e..e7d06a055 100644 --- a/app/gemini-bu-rot/Cargo.toml +++ b/app/gemini-bu-rot/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Rick Altherr "] edition = "2018" readme = "README.md" name = "gemini-bu-rot" diff --git a/app/gemini-bu/Cargo.toml b/app/gemini-bu/Cargo.toml index 4a9fb2732..d86b6a532 100644 --- a/app/gemini-bu/Cargo.toml +++ b/app/gemini-bu/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Cliff L. Biffle "] edition = "2018" readme = "README.md" name = "gemini-bu" diff --git a/app/gimlet-rot/Cargo.toml b/app/gimlet-rot/Cargo.toml index b42e96df4..13fe26001 100644 --- a/app/gimlet-rot/Cargo.toml +++ b/app/gimlet-rot/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Rick Altherr "] edition = "2018" readme = "README.md" name = "gimlet-rot" diff --git a/app/gimlet/Cargo.toml b/app/gimlet/Cargo.toml index fc1c85a65..5f7ff726c 100644 --- a/app/gimlet/Cargo.toml +++ b/app/gimlet/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Laura Abbott "] edition = "2018" readme = "README.md" name = "gimlet" diff --git a/app/gimletlet/Cargo.toml b/app/gimletlet/Cargo.toml index c442ba130..37c62f9ad 100644 --- a/app/gimletlet/Cargo.toml +++ b/app/gimletlet/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Cliff L. Biffle "] edition = "2018" readme = "README.md" name = "gimletlet" diff --git a/app/lpc55xpresso/Cargo.toml b/app/lpc55xpresso/Cargo.toml index 7e8e6a189..91361dae2 100644 --- a/app/lpc55xpresso/Cargo.toml +++ b/app/lpc55xpresso/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Laura Abbott "] edition = "2018" readme = "README.md" name = "lpc55xpresso" diff --git a/build/i2c/Cargo.toml b/build/i2c/Cargo.toml index c50d6d5dc..a8afba94b 100644 --- a/build/i2c/Cargo.toml +++ b/build/i2c/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "build-i2c" version = "0.1.0" -authors = ["Bryan Cantrill "] edition = "2018" [dependencies] diff --git a/build/util/Cargo.toml b/build/util/Cargo.toml index 0c14d2276..2e5f4302e 100644 --- a/build/util/Cargo.toml +++ b/build/util/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "build-util" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [dependencies] diff --git a/build/xtask/Cargo.toml b/build/xtask/Cargo.toml index 46f18e879..88ac9fc85 100644 --- a/build/xtask/Cargo.toml +++ b/build/xtask/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "xtask" version = "1.0.0" -authors = ["Cliff L. Biffle ", "Steve Klabnik "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/drv/i2c-api/Cargo.toml b/drv/i2c-api/Cargo.toml index 765975ba5..3e6179c48 100644 --- a/drv/i2c-api/Cargo.toml +++ b/drv/i2c-api/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-i2c-api" version = "0.1.0" -authors = ["Bryan Cantrill "] edition = "2018" [dependencies] diff --git a/drv/i2c-devices/Cargo.toml b/drv/i2c-devices/Cargo.toml index 0dfd365e4..6525625b2 100644 --- a/drv/i2c-devices/Cargo.toml +++ b/drv/i2c-devices/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-i2c-devices" version = "0.1.0" -authors = ["Bryan Cantrill "] edition = "2018" [dependencies] diff --git a/drv/lpc55-gpio-api/Cargo.toml b/drv/lpc55-gpio-api/Cargo.toml index 8af7070d6..b69619b98 100644 --- a/drv/lpc55-gpio-api/Cargo.toml +++ b/drv/lpc55-gpio-api/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-lpc55-gpio-api" version = "0.1.0" -authors = ["Laura Abbott "] edition = "2018" [dependencies] diff --git a/drv/lpc55-gpio/Cargo.toml b/drv/lpc55-gpio/Cargo.toml index 484e7a872..60fa5cc41 100644 --- a/drv/lpc55-gpio/Cargo.toml +++ b/drv/lpc55-gpio/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-lpc55-gpio" version = "0.1.0" -authors = ["Laura Abbott "] edition = "2018" [dependencies] diff --git a/drv/lpc55-i2c/Cargo.toml b/drv/lpc55-i2c/Cargo.toml index d1d38bdd6..79789beff 100644 --- a/drv/lpc55-i2c/Cargo.toml +++ b/drv/lpc55-i2c/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-lpc55-i2c" version = "0.1.0" -authors = ["Laura Abbott "] edition = "2018" [dependencies] diff --git a/drv/lpc55-rng/Cargo.toml b/drv/lpc55-rng/Cargo.toml index fb1036df5..c382bb1e7 100644 --- a/drv/lpc55-rng/Cargo.toml +++ b/drv/lpc55-rng/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-lpc55-rng" version = "0.1.0" -authors = ["Steve Klabnik ",] edition = "2018" [features] diff --git a/drv/lpc55-romapi/Cargo.toml b/drv/lpc55-romapi/Cargo.toml index ebc28aa3b..ee9e8c799 100644 --- a/drv/lpc55-romapi/Cargo.toml +++ b/drv/lpc55-romapi/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "lpc55_romapi" version = "0.1.0" -authors = ["Laura Abbott "] edition = "2018" [features] diff --git a/drv/lpc55-spi-server/Cargo.toml b/drv/lpc55-spi-server/Cargo.toml index 9e6077841..a1b8ff9b6 100644 --- a/drv/lpc55-spi-server/Cargo.toml +++ b/drv/lpc55-spi-server/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-lpc55-spi-server" version = "0.1.0" -authors = ["Laura Abbott "] edition = "2018" [dependencies] diff --git a/drv/lpc55-spi/Cargo.toml b/drv/lpc55-spi/Cargo.toml index c82e94e23..9cf9f20d8 100644 --- a/drv/lpc55-spi/Cargo.toml +++ b/drv/lpc55-spi/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-lpc55-spi" version = "0.1.0" -authors = ["Laura Abbott "] edition = "2018" [dependencies] diff --git a/drv/lpc55-syscon-api/Cargo.toml b/drv/lpc55-syscon-api/Cargo.toml index 178af6377..baa20c89f 100644 --- a/drv/lpc55-syscon-api/Cargo.toml +++ b/drv/lpc55-syscon-api/Cargo.toml @@ -1,10 +1,6 @@ [package] name = "drv-lpc55-syscon-api" version = "0.1.0" -authors = [ - "Laura Abbott ", - "Cliff L. Biffle ", -] edition = "2018" [dependencies] diff --git a/drv/lpc55-syscon/Cargo.toml b/drv/lpc55-syscon/Cargo.toml index 5c7ae3e47..dfa3648ff 100644 --- a/drv/lpc55-syscon/Cargo.toml +++ b/drv/lpc55-syscon/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-lpc55-syscon" version = "0.1.0" -authors = ["Laura Abbott "] edition = "2018" [dependencies] diff --git a/drv/lpc55-usart/Cargo.toml b/drv/lpc55-usart/Cargo.toml index e59d56ab2..c5ca46ce5 100644 --- a/drv/lpc55-usart/Cargo.toml +++ b/drv/lpc55-usart/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-lpc55-usart" version = "0.1.0" -authors = ["Laura Abbott "] edition = "2018" [dependencies] diff --git a/drv/onewire-devices/Cargo.toml b/drv/onewire-devices/Cargo.toml index 759a2474f..6e3ea3488 100644 --- a/drv/onewire-devices/Cargo.toml +++ b/drv/onewire-devices/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-onewire-devices" version = "0.1.0" -authors = ["Bryan Cantrill "] edition = "2018" [dependencies] diff --git a/drv/onewire/Cargo.toml b/drv/onewire/Cargo.toml index 0bf242b42..78de2c114 100644 --- a/drv/onewire/Cargo.toml +++ b/drv/onewire/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-onewire" version = "0.1.0" -authors = ["Bryan Cantrill "] edition = "2018" [dependencies] diff --git a/drv/spi-api/Cargo.toml b/drv/spi-api/Cargo.toml index c818f6a25..b97d5e303 100644 --- a/drv/spi-api/Cargo.toml +++ b/drv/spi-api/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-spi-api" version = "0.1.0" -authors = ["Bryan Cantrill "] edition = "2018" [dependencies] diff --git a/drv/stm32fx-rcc/Cargo.toml b/drv/stm32fx-rcc/Cargo.toml index 1c1b13752..b82394f1c 100644 --- a/drv/stm32fx-rcc/Cargo.toml +++ b/drv/stm32fx-rcc/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-stm32fx-rcc" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [dependencies] diff --git a/drv/stm32fx-usart/Cargo.toml b/drv/stm32fx-usart/Cargo.toml index d988864db..3952e5355 100644 --- a/drv/stm32fx-usart/Cargo.toml +++ b/drv/stm32fx-usart/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-stm32fx-usart" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [dependencies] diff --git a/drv/stm32h7-gpio-api/Cargo.toml b/drv/stm32h7-gpio-api/Cargo.toml index b535310be..3126fd341 100644 --- a/drv/stm32h7-gpio-api/Cargo.toml +++ b/drv/stm32h7-gpio-api/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-stm32h7-gpio-api" version = "0.1.0" -authors = ["Cliff L. Biffle " ] edition = "2018" [dependencies] diff --git a/drv/stm32h7-gpio/Cargo.toml b/drv/stm32h7-gpio/Cargo.toml index a3909629d..c27aceb35 100644 --- a/drv/stm32h7-gpio/Cargo.toml +++ b/drv/stm32h7-gpio/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-stm32h7-gpio" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [dependencies] diff --git a/drv/stm32h7-i2c-server/Cargo.toml b/drv/stm32h7-i2c-server/Cargo.toml index 289dae147..882d7dbf9 100644 --- a/drv/stm32h7-i2c-server/Cargo.toml +++ b/drv/stm32h7-i2c-server/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-stm32h7-i2c-server" version = "0.1.0" -authors = ["Bryan Cantrill "] edition = "2018" [dependencies] diff --git a/drv/stm32h7-i2c/Cargo.toml b/drv/stm32h7-i2c/Cargo.toml index 06ff04cb4..a3c9fe4a9 100644 --- a/drv/stm32h7-i2c/Cargo.toml +++ b/drv/stm32h7-i2c/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-stm32h7-i2c" version = "0.1.0" -authors = ["Bryan Cantrill "] edition = "2018" [dependencies] diff --git a/drv/stm32h7-rcc-api/Cargo.toml b/drv/stm32h7-rcc-api/Cargo.toml index 9bf8cdf62..434777e79 100644 --- a/drv/stm32h7-rcc-api/Cargo.toml +++ b/drv/stm32h7-rcc-api/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-stm32h7-rcc-api" version = "0.1.0" -authors = ["Cliff L. Biffle " ] edition = "2018" [dependencies] diff --git a/drv/stm32h7-rcc/Cargo.toml b/drv/stm32h7-rcc/Cargo.toml index a2d18fc73..066fc3977 100644 --- a/drv/stm32h7-rcc/Cargo.toml +++ b/drv/stm32h7-rcc/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-stm32h7-rcc" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [dependencies] diff --git a/drv/stm32h7-spi-server/Cargo.toml b/drv/stm32h7-spi-server/Cargo.toml index ccc97a9ab..9981ec0ca 100644 --- a/drv/stm32h7-spi-server/Cargo.toml +++ b/drv/stm32h7-spi-server/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-stm32h7-spi-server" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [dependencies] diff --git a/drv/stm32h7-spi/Cargo.toml b/drv/stm32h7-spi/Cargo.toml index bfb88905c..bafb5a195 100644 --- a/drv/stm32h7-spi/Cargo.toml +++ b/drv/stm32h7-spi/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-stm32h7-spi" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [dependencies] diff --git a/drv/stm32h7-usart/Cargo.toml b/drv/stm32h7-usart/Cargo.toml index 288d9e4cf..b4c0382c2 100644 --- a/drv/stm32h7-usart/Cargo.toml +++ b/drv/stm32h7-usart/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-stm32h7-usart" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [dependencies] diff --git a/drv/user-leds-api/Cargo.toml b/drv/user-leds-api/Cargo.toml index d6baece55..98078af09 100644 --- a/drv/user-leds-api/Cargo.toml +++ b/drv/user-leds-api/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-user-leds-api" version = "0.1.0" -authors = ["Cliff L. Biffle " ] edition = "2018" [dependencies] diff --git a/drv/user-leds/Cargo.toml b/drv/user-leds/Cargo.toml index cc7255eec..15692c764 100644 --- a/drv/user-leds/Cargo.toml +++ b/drv/user-leds/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "drv-user-leds" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [dependencies] diff --git a/lib/fixedmap/Cargo.toml b/lib/fixedmap/Cargo.toml index a1778556f..f0eb546ab 100644 --- a/lib/fixedmap/Cargo.toml +++ b/lib/fixedmap/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "fixedmap" version = "0.1.0" -authors = ["Bryan Cantrill "] edition = "2018" [lib] diff --git a/lib/hypocalls/Cargo.toml b/lib/hypocalls/Cargo.toml index 46ab93a66..13df56608 100644 --- a/lib/hypocalls/Cargo.toml +++ b/lib/hypocalls/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "hypocalls" version = "0.1.0" -authors = ["Laura Abbott "] edition = "2018" [features] diff --git a/lib/ringbuf/Cargo.toml b/lib/ringbuf/Cargo.toml index d452541f3..5508550d3 100644 --- a/lib/ringbuf/Cargo.toml +++ b/lib/ringbuf/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ringbuf" version = "0.2.0" -authors = ["Bryan Cantrill "] edition = "2018" [features] diff --git a/stage0/Cargo.toml b/stage0/Cargo.toml index 2f3691532..7c68b2055 100644 --- a/stage0/Cargo.toml +++ b/stage0/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "stage0" version = "0.1.0" -authors = ["Laura Abbott "] edition = "2018" [dependencies] diff --git a/sys/abi/Cargo.toml b/sys/abi/Cargo.toml index 7f868bda6..4dacbe7c7 100644 --- a/sys/abi/Cargo.toml +++ b/sys/abi/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "abi" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/sys/kern/Cargo.toml b/sys/kern/Cargo.toml index fb8c4ff8a..03343f39c 100644 --- a/sys/kern/Cargo.toml +++ b/sys/kern/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "kern" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [features] diff --git a/sys/userlib/Cargo.toml b/sys/userlib/Cargo.toml index 7125009bd..4e31bb78f 100644 --- a/sys/userlib/Cargo.toml +++ b/sys/userlib/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "userlib" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [features] diff --git a/task/hiffy/Cargo.toml b/task/hiffy/Cargo.toml index 67aca560a..d19132200 100644 --- a/task/hiffy/Cargo.toml +++ b/task/hiffy/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "task-hiffy" version = "0.1.0" -authors = ["Bryan Cantrill "] edition = "2018" [package.metadata.build] diff --git a/task/idle/Cargo.toml b/task/idle/Cargo.toml index 4c68c6a3f..45f5acc53 100644 --- a/task/idle/Cargo.toml +++ b/task/idle/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "task-idle" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [dependencies] diff --git a/task/jefe/Cargo.toml b/task/jefe/Cargo.toml index 1ba1770e7..5b8fc9ea0 100644 --- a/task/jefe/Cargo.toml +++ b/task/jefe/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "task-jefe" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [dependencies] diff --git a/task/ping/Cargo.toml b/task/ping/Cargo.toml index 2ef8fae38..c0693727a 100644 --- a/task/ping/Cargo.toml +++ b/task/ping/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "task-ping" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/task/pong/Cargo.toml b/task/pong/Cargo.toml index 37f88d2e9..478dcff4c 100644 --- a/task/pong/Cargo.toml +++ b/task/pong/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "task-pong" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/task/power/Cargo.toml b/task/power/Cargo.toml index 0c3f23e40..740b36046 100644 --- a/task/power/Cargo.toml +++ b/task/power/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "task-power" version = "0.1.0" -authors = ["Bryan Cantrill "] edition = "2018" [package.metadata.build] diff --git a/task/spam2/Cargo.toml b/task/spam2/Cargo.toml index f12bcb04d..8284ce7a0 100644 --- a/task/spam2/Cargo.toml +++ b/task/spam2/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "task-spam" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [dependencies] diff --git a/task/spd/Cargo.toml b/task/spd/Cargo.toml index ed257a2c6..8a1e133f7 100644 --- a/task/spd/Cargo.toml +++ b/task/spd/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "task-spd" version = "0.1.0" -authors = ["Bryan Cantrill "] edition = "2018" [dependencies] diff --git a/task/template/Cargo.toml b/task/template/Cargo.toml index b18b92f2e..dc4c7d4ca 100644 --- a/task/template/Cargo.toml +++ b/task/template/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "task-template" version = "0.1.0" -authors = ["Your Name Here "] edition = "2018" [dependencies] diff --git a/task/thermal/Cargo.toml b/task/thermal/Cargo.toml index 305910bb7..5d765b5b6 100644 --- a/task/thermal/Cargo.toml +++ b/task/thermal/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "task-thermal" version = "0.1.0" -authors = ["Bryan Cantrill "] edition = "2018" [package.metadata.build] diff --git a/test/test-api/Cargo.toml b/test/test-api/Cargo.toml index 598fe7a53..01f7c7666 100644 --- a/test/test-api/Cargo.toml +++ b/test/test-api/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "test-api" version = "0.1.0" -authors = ["Bryan Cantrill "] edition = "2018" [dependencies] diff --git a/test/test-assist/Cargo.toml b/test/test-assist/Cargo.toml index afd68384c..de3f47315 100644 --- a/test/test-assist/Cargo.toml +++ b/test/test-assist/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "test-assist" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [dependencies] diff --git a/test/test-runner/Cargo.toml b/test/test-runner/Cargo.toml index 3c696d0e1..fbbb08900 100644 --- a/test/test-runner/Cargo.toml +++ b/test/test-runner/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "test-runner" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [dependencies] diff --git a/test/test-suite/Cargo.toml b/test/test-suite/Cargo.toml index 454f54001..d5de9d587 100644 --- a/test/test-suite/Cargo.toml +++ b/test/test-suite/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "test-suite" version = "0.1.0" -authors = ["Cliff L. Biffle "] edition = "2018" [dependencies] diff --git a/test/tests-gemini-bu-rot/Cargo.toml b/test/tests-gemini-bu-rot/Cargo.toml index 3ef7b17c6..c1fd94b65 100644 --- a/test/tests-gemini-bu-rot/Cargo.toml +++ b/test/tests-gemini-bu-rot/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Bryan Cantrill "] edition = "2018" readme = "README.md" name = "tests-gemini-bu-rot" diff --git a/test/tests-gemini-bu/Cargo.toml b/test/tests-gemini-bu/Cargo.toml index 02c105438..65fc4aed8 100644 --- a/test/tests-gemini-bu/Cargo.toml +++ b/test/tests-gemini-bu/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Cliff L. Biffle "] edition = "2018" readme = "README.md" name = "tests-gemini-bu" diff --git a/test/tests-lpc55/Cargo.toml b/test/tests-lpc55/Cargo.toml index 8e753f2bb..3d129880c 100644 --- a/test/tests-lpc55/Cargo.toml +++ b/test/tests-lpc55/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Bryan Cantrill "] edition = "2018" readme = "README.md" name = "tests-lpc55" diff --git a/test/tests-stm32fx/Cargo.toml b/test/tests-stm32fx/Cargo.toml index 210db57a6..fc9eeebd2 100644 --- a/test/tests-stm32fx/Cargo.toml +++ b/test/tests-stm32fx/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Cliff L. Biffle "] edition = "2018" readme = "README.md" name = "tests-stm32f4" diff --git a/test/tests-stm32h7/Cargo.toml b/test/tests-stm32h7/Cargo.toml index 1080a1d0c..195aa38fa 100644 --- a/test/tests-stm32h7/Cargo.toml +++ b/test/tests-stm32h7/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Cliff L. Biffle "] edition = "2018" readme = "README.md" name = "tests-stm32h7"