Skip to content

Commit 648e2d8

Browse files
committed
Remove default package.readme metadata from Cargo.toml
Since cargo 1.46.0, README.md is recognized by default.
1 parent a9fcdc0 commit 648e2d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ documentation = "https://docs.rs/proc-macro2"
99
edition = "2018"
1010
keywords = ["macros", "syn"]
1111
license = "MIT OR Apache-2.0"
12-
readme = "README.md"
1312
repository = "https://github.com/dtolnay/proc-macro2"
1413
rust-version = "1.31"
1514

0 commit comments

Comments
 (0)