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 e1657ed commit 4c9287a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
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/indoc"
edition = "2018"
keywords = ["heredoc", "nowdoc", "multiline", "string", "literal"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/dtolnay/indoc"
rust-version = "1.42"

Expand Down
1 change: 0 additions & 1 deletion unindent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ documentation = "https://docs.rs/unindent"
edition = "2018"
keywords = ["heredoc", "nowdoc", "multiline", "string", "literal"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/dtolnay/indoc"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 4c9287a

Please sign in to comment.