From 51bdb7c1a00a3e826212d63d23ee526e9422bac4 Mon Sep 17 00:00:00 2001 From: Folkert de Vries Date: Wed, 11 Dec 2024 10:51:40 +0100 Subject: [PATCH] remove authors field from cargo.toml use of this field is discouraged at this point https://rust-lang.github.io/rfcs/3052-optional-authors-field.html --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50ffa4fd..7aa36ec9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,6 @@ edition = "2021" name = "bzip2" version = "0.5.0" -authors = ["Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md" keywords = ["bzip", "encoding"]