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 9284df4 commit 427c2ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Expand Up @@ -8,7 +8,6 @@ documentation = "https://docs.serde.rs/serde_bytes/"
edition = "2018"
keywords = ["serde", "serialization", "no_std", "bytes"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/serde-rs/bytes"
rust-version = "1.31"

Expand Down

0 comments on commit 427c2ae

Please sign in to comment.