From 648e2d88908a9683595442cb3aeecee398fe74f1 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 14 Sep 2022 09:16:00 -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 5cff9d42..21b557b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ documentation = "https://docs.rs/proc-macro2" edition = "2018" keywords = ["macros", "syn"] license = "MIT OR Apache-2.0" -readme = "README.md" repository = "https://github.com/dtolnay/proc-macro2" rust-version = "1.31"