From 31dfd4cb6ecebb735aebaaaef8fad54953e33b63 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 14 Sep 2022 09:16:01 -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 1b1742e..6a1a1f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,6 @@ documentation = "https://docs.rs/thiserror" edition = "2018" keywords = ["error", "error-handling", "derive"] license = "MIT OR Apache-2.0" -readme = "README.md" repository = "https://github.com/dtolnay/thiserror" rust-version = "1.31"