Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(rust): update prost to v0.12 #202

Merged
merged 2 commits into from
Sep 29, 2023
Merged

chore(rust): update prost to v0.12 #202

merged 2 commits into from
Sep 29, 2023

Conversation

romac
Copy link
Member

@romac romac commented Sep 28, 2023

No description provided.

@romac romac added dependencies Pull requests that update a dependency file rust Issues pertaining to the Rust implementation labels Sep 28, 2023
@romac romac changed the title chore: Update prost to v0.12 chore(rust): update prost to v0.12 Sep 28, 2023
@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (16760df) 48.72% compared to head (004bb82) 65.36%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #202       +/-   ##
===========================================
+ Coverage   48.72%   65.36%   +16.63%     
===========================================
  Files          23        7       -16     
  Lines        9920     3560     -6360     
  Branches       86        0       -86     
===========================================
- Hits         4834     2327     -2507     
+ Misses       4725     1233     -3492     
+ Partials      361        0      -361     
Flag Coverage Δ
go ?
rust 65.36% <ø> (ø)
typescript ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
rust/src/cosmos.ics23.v1.rs 15.62% <ø> (ø)

... and 16 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -8,6 +8,6 @@ edition = "2018"

[dependencies]
bytes = "1.0.1"
prost = "0.11"
prost = "0.12"
prost-build = "0.12"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason, prost-build was already on v0.12.

@hdevalence hdevalence merged commit 3d19483 into master Sep 29, 2023
7 checks passed
@hdevalence hdevalence deleted the romac/prost-0.12 branch September 29, 2023 17:27
@hdevalence
Copy link
Collaborator

This counts as an API-breaking change for the Rust code, right?

What's the policy about crate versioning vs. ICS versioning? If we have a change to the Rust crate that's API-breaking but not different at the protocol level, how is that handled?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Issues pertaining to the Rust implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants