Skip to content

Commit

Permalink
chore: Update crate descriptions (#1038)
Browse files Browse the repository at this point in the history
Each published crate should have a unique description.
  • Loading branch information
caspermeijn committed Apr 28, 2024
1 parent 6914543 commit 95dcb0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prost-build/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ license = "Apache-2.0"
repository = "https://github.com/tokio-rs/prost"
documentation = "https://docs.rs/prost-build"
readme = "README.md"
description = "A Protocol Buffers implementation for the Rust Language."
description = "Generate Prost annotated Rust types from Protocol Buffers files."
edition = "2021"
rust-version = "1.70"

Expand Down
2 changes: 1 addition & 1 deletion prost-derive/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ license = "Apache-2.0"
repository = "https://github.com/tokio-rs/prost"
documentation = "https://docs.rs/prost-derive"
readme = "README.md"
description = "A Protocol Buffers implementation for the Rust Language."
description = "Generate encoding and decoding implementations for Prost annotated types."
edition = "2021"
rust-version = "1.70"

Expand Down
2 changes: 1 addition & 1 deletion prost-types/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ license = "Apache-2.0"
repository = "https://github.com/tokio-rs/prost"
documentation = "https://docs.rs/prost-types"
readme = "README.md"
description = "A Protocol Buffers implementation for the Rust Language."
description = "Prost definitions of Protocol Buffers well known types."
edition = "2021"
rust-version = "1.70"

Expand Down

0 comments on commit 95dcb0e

Please sign in to comment.