From ccfce18e4e3225e538267b5dce781c6f3055840f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 14 Sep 2022 09:15:57 -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 0613544..4a7c871 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,6 @@ documentation = "https://docs.rs/async-trait" edition = "2018" keywords = ["async"] license = "MIT OR Apache-2.0" -readme = "README.md" repository = "https://github.com/dtolnay/async-trait" rust-version = "1.39"