From 5bb3ccc16a82c33045ab30f3fb72396a0c534e62 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 31 Jul 2022 19:25:47 -0700 Subject: [PATCH] Add authors to Cargo.toml --- tests/crates/Cargo.toml | 1 + tests/features/Cargo.toml | 1 + tests/features/macro/Cargo.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/crates/Cargo.toml b/tests/crates/Cargo.toml index c8775e2a0e..e7ebee3ebd 100644 --- a/tests/crates/Cargo.toml +++ b/tests/crates/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "syn-parse-crates" version = "0.0.0" +authors = ["David Tolnay "] edition = "2018" publish = false diff --git a/tests/features/Cargo.toml b/tests/features/Cargo.toml index 8f6b3de07a..7f7c8032bf 100644 --- a/tests/features/Cargo.toml +++ b/tests/features/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "syn-test-suite" version = "0.0.0" +authors = ["David Tolnay "] edition = "2018" publish = false diff --git a/tests/features/macro/Cargo.toml b/tests/features/macro/Cargo.toml index 4480a90530..07e1c9ecfd 100644 --- a/tests/features/macro/Cargo.toml +++ b/tests/features/macro/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "syn-test-suite-feature-check" version = "0.0.0" +authors = ["David Tolnay "] edition = "2018" publish = false