From 0f502a9439822df41b3140d944f5d03c36144ecd Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Sun, 27 Dec 2020 19:35:25 +0100 Subject: [PATCH] cargo: remove "readme" field It is apparently no longer required since a README.md file is automatically detected: https://doc.rust-lang.org/cargo/reference/manifest.html#the-readme-field Closes #1770 --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4373560d..718344c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ first class support on Windows, macOS and Linux. documentation = "https://github.com/BurntSushi/ripgrep" homepage = "https://github.com/BurntSushi/ripgrep" repository = "https://github.com/BurntSushi/ripgrep" -readme = "README.md" keywords = ["regex", "grep", "egrep", "search", "pattern"] categories = ["command-line-utilities", "text-processing"] license = "Unlicense OR MIT"