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".
This commit is contained in:
parent
88e36a70bd
commit
1f746e0939
@ -1,7 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = [
|
|
||||||
"Ulf Lilleengen <lulf@redhat.com>",
|
|
||||||
]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-boot"
|
name = "embassy-boot"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = [
|
|
||||||
"Ulf Lilleengen <lulf@redhat.com>",
|
|
||||||
]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-boot-nrf"
|
name = "embassy-boot-nrf"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = [
|
|
||||||
"Ulf Lilleengen <lulf@redhat.com>",
|
|
||||||
]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-boot-stm32"
|
name = "embassy-boot-stm32"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "embassy-cortex-m"
|
name = "embassy-cortex-m"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[package.metadata.embassy_docs]
|
[package.metadata.embassy_docs]
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "embassy-embedded-hal"
|
name = "embassy-embedded-hal"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "embassy-hal-common"
|
name = "embassy-hal-common"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "embassy-lora"
|
name = "embassy-lora"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Ulf Lilleengen <lulf@redhat.com>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[package.metadata.embassy_docs]
|
[package.metadata.embassy_docs]
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "embassy-macros"
|
name = "embassy-macros"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "embassy-net"
|
name = "embassy-net"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "embassy-nrf"
|
name = "embassy-nrf"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[package.metadata.embassy_docs]
|
[package.metadata.embassy_docs]
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "embassy-rp"
|
name = "embassy-rp"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[package.metadata.embassy_docs]
|
[package.metadata.embassy_docs]
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "embassy-stm32"
|
name = "embassy-stm32"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[package.metadata.embassy_docs]
|
[package.metadata.embassy_docs]
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "embassy"
|
name = "embassy"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[package.metadata.embassy_docs]
|
[package.metadata.embassy_docs]
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Ulf Lilleengen <lulf@redhat.com>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-boot-nrf-examples"
|
name = "embassy-boot-nrf-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Ulf Lilleengen <lulf@redhat.com>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-boot-stm32f3-examples"
|
name = "embassy-boot-stm32f3-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Ulf Lilleengen <lulf@redhat.com>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-boot-stm32f7-examples"
|
name = "embassy-boot-stm32f7-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Ulf Lilleengen <lulf@redhat.com>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-boot-stm32f7-examples"
|
name = "embassy-boot-stm32f7-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Ulf Lilleengen <lulf@redhat.com>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-boot-stm32l0-examples"
|
name = "embassy-boot-stm32l0-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Ulf Lilleengen <lulf@redhat.com>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-boot-stm32l1-examples"
|
name = "embassy-boot-stm32l1-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Ulf Lilleengen <lulf@redhat.com>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-boot-stm32l4-examples"
|
name = "embassy-boot-stm32l4-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Ulf Lilleengen <lulf@redhat.com>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-boot-stm32wl-examples"
|
name = "embassy-boot-stm32wl-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-nrf-examples"
|
name = "embassy-nrf-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-rp-examples"
|
name = "embassy-rp-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-std-examples"
|
name = "embassy-std-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "embassy-stm32f0-examples"
|
name = "embassy-stm32f0-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Thales Fragoso <thales.fragosoz@gmail.com>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-stm32f1-examples"
|
name = "embassy-stm32f1-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-stm32f2-examples"
|
name = "embassy-stm32f2-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-stm32f3-examples"
|
name = "embassy-stm32f3-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-stm32f4-examples"
|
name = "embassy-stm32f4-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-stm32f7-examples"
|
name = "embassy-stm32f7-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>", "Ben Gamari <ben@smart-cactus.org>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-stm32g0-examples"
|
name = "embassy-stm32g0-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>", "Ben Gamari <ben@smart-cactus.org>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-stm32g4-examples"
|
name = "embassy-stm32g4-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-stm32h7-examples"
|
name = "embassy-stm32h7-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>", "Ulf Lilleengen <ulf.lilleengen@gmail.com>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-stm32l0-examples"
|
name = "embassy-stm32l0-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>", "Ulf Lilleengen <ulf.lilleengen@gmail.com>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-stm32l1-examples"
|
name = "embassy-stm32l1-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-stm32l4-examples"
|
name = "embassy-stm32l4-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-stm32l5-examples"
|
name = "embassy-stm32l5-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-stm32u5-examples"
|
name = "embassy-stm32u5-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-stm32wb-examples"
|
name = "embassy-stm32wb-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>", "Ulf Lilleengen <ulf.lilleengen@gmail.com>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-stm32wl-examples"
|
name = "embassy-stm32wl-examples"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Ulf Lilleengen <lulf@redhat.com>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-wasm-example"
|
name = "embassy-wasm-example"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "gen_features"
|
name = "gen_features"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Côme ALLART <come.allart@netc.fr>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-stm32-tests"
|
name = "embassy-stm32-tests"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -1,8 +1,4 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = [
|
|
||||||
"Ulf Lilleengen <lulf@redhat.com>",
|
|
||||||
"Bob McWhirter <bmcwhirt@redhat.com>"
|
|
||||||
]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "xtask"
|
name = "xtask"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user