rust: Update crate version after breaking changes in v25.09#8451
Merged
rustyrussell merged 4 commits intoElementsProject:masterfrom Aug 19, 2025
Merged
rust: Update crate version after breaking changes in v25.09#8451rustyrussell merged 4 commits intoElementsProject:masterfrom
rustyrussell merged 4 commits intoElementsProject:masterfrom
Conversation
5901045 to
5672c6d
Compare
fb75bd1 to
026e0ca
Compare
Commit ebaa25d introduced a couple of breaking changes to the schema and proto files. The bump ensures backwards compat for users that have indicated `~0.4` as their version constraint. Changelog-Changed: rust: New version of `cln-rpc==0.5` and `cln-grpc==0.5`
026e0ca to
ea0a43a
Compare
Due to the breaking change in 9dcc264.
It was breaking a lot, due to Cargo dependencies not being published, no surprise there, we are just publishing them with the changes it is complaining about.
1ffea12 to
5f3c162
Compare
40ded45
into
ElementsProject:master
148 of 163 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Commit ebaa25d introduced a couple of
breaking changes to the schema and proto files. The bump ensures
backwards compat for users that have indicated
~0.4as their versionconstraint.