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 1fd9d37 commit ee53dc9
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 @@ -9,7 +9,6 @@ edition = "2018"
exclude = ["performance.png", "chart/**"]
keywords = ["float"]
license = "Apache-2.0 OR BSL-1.0"
readme = "README.md"
repository = "https://github.com/dtolnay/ryu"
rust-version = "1.36"

Expand Down

0 comments on commit ee53dc9

Please sign in to comment.