Skip to content

Commit

Permalink
Remove default package.readme metadata from Cargo.toml
Browse files Browse the repository at this point in the history
Since cargo 1.46.0, README.md is recognized by default.
  • Loading branch information
dtolnay committed Sep 14, 2022
1 parent 10ffe03 commit 31dfd4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 31dfd4c

Please sign in to comment.