aboutsummaryrefslogtreecommitdiff
path: root/xtask
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-06-18 17:33:29 +0200
committerGitHub <[email protected]>2022-06-18 17:33:29 +0200
commit6852e05c59bece57b10659531665187f073b40be (patch)
tree322d846ffa9cfae401eb076dbd3d6b7e47e1647f /xtask
parent3fd4ee34ecd5bae94a4ccf14f0322d6d94a4e297 (diff)
parent1f746e09390d25dd1e15d61e6ef07029b89fff50 (diff)
Merge pull request #822 from embassy-rs/remove-authors
Remove the authors field from Cargo.tomls
Diffstat (limited to 'xtask')
-rw-r--r--xtask/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 249cc6aad..d9d6c9b26 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -1,8 +1,4 @@
1[package] 1[package]
2authors = [
3 "Ulf Lilleengen <[email protected]>",
4 "Bob McWhirter <[email protected]>"
5]
6edition = "2021" 2edition = "2021"
7name = "xtask" 3name = "xtask"
8version = "0.1.0" 4version = "0.1.0"