From c9cc8a8924041990e21e8e0df46fd62ffe7a25cf 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 --- test_suite/no_std/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test_suite/no_std/Cargo.toml b/test_suite/no_std/Cargo.toml index 8746960c2..1ba3c9a2b 100644 --- a/test_suite/no_std/Cargo.toml +++ b/test_suite/no_std/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "serde_derive_tests_no_std" version = "0.0.0" +authors = ["David Tolnay "] edition = "2018" publish = false