From 40c2cef7e752d63a8cbebbe1d109be3f935cbfcc Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 31 Jul 2022 19:25:46 -0700 Subject: [PATCH] Add authors to Cargo.toml --- benches/bench-libproc-macro/Cargo.toml | 1 + tests/ui/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/benches/bench-libproc-macro/Cargo.toml b/benches/bench-libproc-macro/Cargo.toml index 41d106da..5f8e56b0 100644 --- a/benches/bench-libproc-macro/Cargo.toml +++ b/benches/bench-libproc-macro/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "bench-libproc-macro" version = "0.0.0" +authors = ["David Tolnay "] edition = "2018" publish = false diff --git a/tests/ui/Cargo.toml b/tests/ui/Cargo.toml index dbd580b3..1e651690 100644 --- a/tests/ui/Cargo.toml +++ b/tests/ui/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "proc-macro2-ui-test" version = "0.0.0" +authors = ["David Tolnay "] edition = "2018" publish = false