Skip to content

Set soroban-sdk version to major only in new contracts#2297

Merged
leighmcculloch merged 1 commit into
mainfrom
set-sdk-ver-in-init-tmpl-to-major-only
Nov 19, 2025
Merged

Set soroban-sdk version to major only in new contracts#2297
leighmcculloch merged 1 commit into
mainfrom
set-sdk-ver-in-init-tmpl-to-major-only

Conversation

@leighmcculloch
Copy link
Copy Markdown
Member

@leighmcculloch leighmcculloch commented Nov 19, 2025

What

Change soroban-sdk dependency version from "23.0.2" to "23" in the contract workspace template Cargo.toml.

Why

When creating new projects a developer probably wants to use the latest available soroban-sdk for the supported major version. Specifying 23.0.2 means only the latest 23.0.x version will be used. Specifying 23 will mean the latest 23 version will be used.

@github-project-automation github-project-automation Bot moved this to Backlog (Not Ready) in DevX Nov 19, 2025
@leighmcculloch leighmcculloch marked this pull request as ready for review November 19, 2025 09:48
@leighmcculloch leighmcculloch enabled auto-merge (squash) November 19, 2025 09:48
@leighmcculloch leighmcculloch merged commit 496dbcf into main Nov 19, 2025
31 checks passed
@leighmcculloch leighmcculloch deleted the set-sdk-ver-in-init-tmpl-to-major-only branch November 19, 2025 13:13
@github-project-automation github-project-automation Bot moved this from Backlog (Not Ready) to Done in DevX Nov 19, 2025
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