tokio-rs / prost

PROST! a Protocol Buffers implementation for the Rust Language
Apache License 2.0
3.66k stars 477 forks source link

fix: #942 #1046

Closed gibbz00 closed 5 days ago

gibbz00 commented 2 months ago

Changes version numbers to start imports rather than the latest, reducing the need to make sure that the documentation numbers are always up-to-date.

One downside is that the users must set an explicit the version number before publishing their own crates.

caspermeijn commented 5 days ago

I have fixed the release script to update the readme during the release process. Please don't hesitate to reopen the PR to use cargo add.