diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-06-18 01:38:12 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-06-18 02:16:40 +0200 |
| commit | 1f746e09390d25dd1e15d61e6ef07029b89fff50 (patch) | |
| tree | be9309a2025ea77220206d8fce1dc6525f713950 /examples/boot | |
| parent | 88e36a70bdddaa3ac2ddccd1dcd299b321f8c86c (diff) | |
Remove the authors field from Cargo.tomls
It currently contains whoever was first to write some code for the crate,
even if many more people have contributed to it later.
The field is "sort of" deprecated, it was made optional recently:
https://rust-lang.github.io/rfcs/3052-optional-authors-field.html
Due the the reasons listed there I believe removing it is better than
setting it to generic fluff like "The Embassy contributors".
Diffstat (limited to 'examples/boot')
| -rw-r--r-- | examples/boot/nrf/Cargo.toml | 1 | ||||
| -rw-r--r-- | examples/boot/stm32f3/Cargo.toml | 1 | ||||
| -rw-r--r-- | examples/boot/stm32f7/Cargo.toml | 1 | ||||
| -rw-r--r-- | examples/boot/stm32h7/Cargo.toml | 1 | ||||
| -rw-r--r-- | examples/boot/stm32l0/Cargo.toml | 1 | ||||
| -rw-r--r-- | examples/boot/stm32l1/Cargo.toml | 1 | ||||
| -rw-r--r-- | examples/boot/stm32l4/Cargo.toml | 1 | ||||
| -rw-r--r-- | examples/boot/stm32wl/Cargo.toml | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/examples/boot/nrf/Cargo.toml b/examples/boot/nrf/Cargo.toml index f1d44bad8..0a0b76e67 100644 --- a/examples/boot/nrf/Cargo.toml +++ b/examples/boot/nrf/Cargo.toml | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | authors = ["Ulf Lilleengen <[email protected]>"] | ||
| 3 | edition = "2021" | 2 | edition = "2021" |
| 4 | name = "embassy-boot-nrf-examples" | 3 | name = "embassy-boot-nrf-examples" |
| 5 | version = "0.1.0" | 4 | version = "0.1.0" |
diff --git a/examples/boot/stm32f3/Cargo.toml b/examples/boot/stm32f3/Cargo.toml index 63cdf6234..017813691 100644 --- a/examples/boot/stm32f3/Cargo.toml +++ b/examples/boot/stm32f3/Cargo.toml | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | authors = ["Ulf Lilleengen <[email protected]>"] | ||
| 3 | edition = "2021" | 2 | edition = "2021" |
| 4 | name = "embassy-boot-stm32f3-examples" | 3 | name = "embassy-boot-stm32f3-examples" |
| 5 | version = "0.1.0" | 4 | version = "0.1.0" |
diff --git a/examples/boot/stm32f7/Cargo.toml b/examples/boot/stm32f7/Cargo.toml index ce0773b22..07aa73892 100644 --- a/examples/boot/stm32f7/Cargo.toml +++ b/examples/boot/stm32f7/Cargo.toml | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | authors = ["Ulf Lilleengen <[email protected]>"] | ||
| 3 | edition = "2021" | 2 | edition = "2021" |
| 4 | name = "embassy-boot-stm32f7-examples" | 3 | name = "embassy-boot-stm32f7-examples" |
| 5 | version = "0.1.0" | 4 | version = "0.1.0" |
diff --git a/examples/boot/stm32h7/Cargo.toml b/examples/boot/stm32h7/Cargo.toml index fddf4cfdb..d47cb65cc 100644 --- a/examples/boot/stm32h7/Cargo.toml +++ b/examples/boot/stm32h7/Cargo.toml | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | authors = ["Ulf Lilleengen <[email protected]>"] | ||
| 3 | edition = "2021" | 2 | edition = "2021" |
| 4 | name = "embassy-boot-stm32f7-examples" | 3 | name = "embassy-boot-stm32f7-examples" |
| 5 | version = "0.1.0" | 4 | version = "0.1.0" |
diff --git a/examples/boot/stm32l0/Cargo.toml b/examples/boot/stm32l0/Cargo.toml index bbfe692a7..fbc4fb711 100644 --- a/examples/boot/stm32l0/Cargo.toml +++ b/examples/boot/stm32l0/Cargo.toml | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | authors = ["Ulf Lilleengen <[email protected]>"] | ||
| 3 | edition = "2021" | 2 | edition = "2021" |
| 4 | name = "embassy-boot-stm32l0-examples" | 3 | name = "embassy-boot-stm32l0-examples" |
| 5 | version = "0.1.0" | 4 | version = "0.1.0" |
diff --git a/examples/boot/stm32l1/Cargo.toml b/examples/boot/stm32l1/Cargo.toml index 56cfb6f02..f3f05f611 100644 --- a/examples/boot/stm32l1/Cargo.toml +++ b/examples/boot/stm32l1/Cargo.toml | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | authors = ["Ulf Lilleengen <[email protected]>"] | ||
| 3 | edition = "2021" | 2 | edition = "2021" |
| 4 | name = "embassy-boot-stm32l1-examples" | 3 | name = "embassy-boot-stm32l1-examples" |
| 5 | version = "0.1.0" | 4 | version = "0.1.0" |
diff --git a/examples/boot/stm32l4/Cargo.toml b/examples/boot/stm32l4/Cargo.toml index ddb6b151a..1b7b2202f 100644 --- a/examples/boot/stm32l4/Cargo.toml +++ b/examples/boot/stm32l4/Cargo.toml | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | authors = ["Ulf Lilleengen <[email protected]>"] | ||
| 3 | edition = "2021" | 2 | edition = "2021" |
| 4 | name = "embassy-boot-stm32l4-examples" | 3 | name = "embassy-boot-stm32l4-examples" |
| 5 | version = "0.1.0" | 4 | version = "0.1.0" |
diff --git a/examples/boot/stm32wl/Cargo.toml b/examples/boot/stm32wl/Cargo.toml index 08136c8e1..1bd69ae42 100644 --- a/examples/boot/stm32wl/Cargo.toml +++ b/examples/boot/stm32wl/Cargo.toml | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | authors = ["Ulf Lilleengen <[email protected]>"] | ||
| 3 | edition = "2021" | 2 | edition = "2021" |
| 4 | name = "embassy-boot-stm32wl-examples" | 3 | name = "embassy-boot-stm32wl-examples" |
| 5 | version = "0.1.0" | 4 | version = "0.1.0" |
