mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 13:27:38 +03:00
Remove default package.readme metadata from Cargo.toml
Since cargo 1.46.0, README.md is recognized by default.
This commit is contained in:
parent
10ffe03817
commit
31dfd4cb6e
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue