aboutsummaryrefslogtreecommitdiff
path: root/embassy-embedded-hal
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-06-18 01:38:12 +0200
committerDario Nieuwenhuis <[email protected]>2022-06-18 02:16:40 +0200
commit1f746e09390d25dd1e15d61e6ef07029b89fff50 (patch)
treebe9309a2025ea77220206d8fce1dc6525f713950 /embassy-embedded-hal
parent88e36a70bdddaa3ac2ddccd1dcd299b321f8c86c (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 'embassy-embedded-hal')
-rw-r--r--embassy-embedded-hal/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-embedded-hal/Cargo.toml b/embassy-embedded-hal/Cargo.toml
index 44e0bdbf3..d1b9f3ea4 100644
--- a/embassy-embedded-hal/Cargo.toml
+++ b/embassy-embedded-hal/Cargo.toml
@@ -1,7 +1,6 @@
1[package] 1[package]
2name = "embassy-embedded-hal" 2name = "embassy-embedded-hal"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["Dario Nieuwenhuis <[email protected]>"]
5edition = "2021" 4edition = "2021"
6 5
7[features] 6[features]