Update stellar-xdr to 28.0.0 - #108
Merged
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This was referenced Aug 7, 2026
leighmcculloch
marked this pull request as ready for review
August 13, 2026 22:33
leighmcculloch
enabled auto-merge (squash)
August 13, 2026 22:33
There was a problem hiding this comment.
Pull request overview
Updates stellar-xdr to v28, aligning public XDR types with downstream consumers.
Changes:
- Bumps
stellar-xdrfrom 27.0.0 to 28.0.0. - Refreshes locked transitive dependencies and checksums.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
Cargo.toml |
Updates the direct dependency version. |
Cargo.lock |
Locks v28 and its updated transitive dependency. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
jeesunikim
approved these changes
Aug 13, 2026
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.
What
Update
stellar-xdrto 28.0.0.Why
Downstream consumers moving to stellar-xdr 28, such as the CLI in stellar/stellar-cli#2674, otherwise end up with two incompatible
stellar_xdrcrates in one dependency graph and cannot pass XDR types across this client's API.Known limitations
N/A