diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-06-18 17:33:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-18 17:33:29 +0200 |
commit | 6852e05c59bece57b10659531665187f073b40be (patch) | |
tree | 322d846ffa9cfae401eb076dbd3d6b7e47e1647f /tests | |
parent | 3fd4ee34ecd5bae94a4ccf14f0322d6d94a4e297 (diff) | |
parent | 1f746e09390d25dd1e15d61e6ef07029b89fff50 (diff) | |
download | embassy-6852e05c59bece57b10659531665187f073b40be.zip |
Merge pull request #822 from embassy-rs/remove-authors
Remove the authors field from Cargo.tomls
Diffstat (limited to 'tests')
-rw-r--r-- | tests/stm32/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml index e96c8648..df8d6444 100644 --- a/tests/stm32/Cargo.toml +++ b/tests/stm32/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"] edition = "2021" name = "embassy-stm32-tests" version = "0.1.0" |