From 1004eebaee8982e4afb7ea0e3e97356d39fe6b01 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sat, 19 Mar 2022 20:01:30 -0700 Subject: [PATCH] Remove authors from Cargo metadata (see RFC 3052) --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2f248e55..03ad3eb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,6 @@ [package] name = "chrono" version = "0.4.19" -authors = [ - "Kang Seonghoon ", - "Brandon W Maister ", -] - description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"