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:00 -07:00
parent 117bd27ae9
commit 14d3467cc7
-1
View File
@@ -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"