Skip to content

Commit

Permalink
fix: Duplicate README to fix release (#1052)
Browse files Browse the repository at this point in the history
The release of version 0.12.5 is blocked because of a build error of the packed crate. prost/src/lib.rs refers to a README file that is outside of the published crate.

Duplicate the main README into the prost crate to unblock the release
  • Loading branch information
caspermeijn committed May 8, 2024
1 parent 548739a commit 26405ab
Show file tree
Hide file tree
Showing 3 changed files with 509 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prost/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ authors = [
license = "Apache-2.0"
repository = "https://github.com/tokio-rs/prost"
documentation = "https://docs.rs/prost"
readme = "../README.md"
readme = "README.md"
description = "A Protocol Buffers implementation for the Rust Language."
keywords = ["protobuf", "serialization"]
categories = ["encoding"]
Expand Down

0 comments on commit 26405ab

Please sign in to comment.