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

fix: update stellar dependencies #1695

Merged
merged 2 commits into from
Nov 2, 2024
Merged

fix: update stellar dependencies #1695

merged 2 commits into from
Nov 2, 2024

Conversation

willemneal
Copy link
Member

Still need to update soroban client to a released version. Otherwise just updating to newest release candidates

Still need to update soroban client to a released version. Otherwise just updating to newest release candidates
@leighmcculloch leighmcculloch merged commit caf6e43 into main Nov 2, 2024
26 checks passed
@leighmcculloch leighmcculloch deleted the ww-branch-1 branch November 2, 2024 00:10
Comment on lines 4731 to +4735
"serde_json",
"soroban-env-guest 22.0.0-rc.1.1",
"soroban-env-host 22.0.0-rc.1.1",
"soroban-ledger-snapshot 22.0.0-rc.1.1",
"soroban-sdk-macros 22.0.0-rc.1.1",
"soroban-env-guest 22.0.0-rc.3",
"soroban-env-host 22.0.0-rc.3",
"soroban-ledger-snapshot 22.0.0-rc.3",
"soroban-sdk-macros 22.0.0-rc.3",
Copy link
Member

Choose a reason for hiding this comment

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

@willemneal The fact versions are included for these soroban deps, means that somehow we're pulling in multiple versions of each. We should be only using one version of these across the whole repo, so some investigation is needed to figure out what is importing the old version and remove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants