Skip to content

Commit 496dbcf

Browse files
Set soroban-sdk version to major only in new contracts (#2297)
### 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.
1 parent 0cd62ad commit 496dbcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/soroban-cli/src/utils/contract-workspace-template/Cargo.toml.removeextension

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55
]
66

77
[workspace.dependencies]
8-
soroban-sdk = "23.0.2"
8+
soroban-sdk = "23"
99

1010
[profile.release]
1111
opt-level = "z"

0 commit comments

Comments
 (0)