From 228add34e3f0a488dea9a19bf170a088c94ce6c8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 14 Sep 2022 09:15:59 -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 0c9ac2a..b3a0cbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ edition = "2018" exclude = ["performance.png", "chart/**"] keywords = ["integer"] license = "MIT OR Apache-2.0" -readme = "README.md" repository = "https://github.com/dtolnay/itoa" rust-version = "1.36"