bump tonic, tonic-build to 0.13.0, set msrv to 1.75 #520
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This patch updates tonic to 0.13.0 and sets the minimal supported rust version to 1.75, which is also reflected in rust-toolchain and all workflow files.
A new release of cosmos-sdk-proto and cosmrs would require a bump in the major version to 0.27 and 0.22 respectively because the dependencies are part of the public API.
I am not sure what the workflow of this project is - if desired I can bump the versions here or in a followup PR.
A timely release would be very much appreciated because I am in the process of updating a couple of fundamental dependencies over at penumbra and astria. :-)
NOTE: I did bump prost-build and ran it as
cd prost-build && cargo run
, but it seemingly did not update any of the generated code (which of course leads to compilation errors).Not completely sure if that's a me-error or what's going on here.The problem is that this crate relies on the neoeinstein-tonic plugin. I will try and get a tonic version bump upstreamed.PR to update protoc-gen-tonic: neoeinstein/protoc-gen-prost#119