Remove default package.readme metadata from Cargo.toml

Since cargo 1.46.0, README.md is recognized by default.
This commit is contained in:
David Tolnay 2022-09-14 09:16:01 -07:00
parent 10ffe03817
commit 31dfd4cb6e
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -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"