From 94019a31c6036dc4ebb9afc44a214f950caf0d1f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 14 Sep 2022 09:16:02 -0700 Subject: [PATCH] Remove default package.readme metadata from Cargo.toml Since cargo 1.46.0, README.md is recognized by default. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e57825774..63b7dc603 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,6 @@ documentation = "https://docs.serde.rs/serde_json/" edition = "2018" keywords = ["json", "serde", "serialization"] license = "MIT OR Apache-2.0" -readme = "README.md" repository = "https://github.com/serde-rs/json" rust-version = "1.36"