Skip to content

Commit 3b15b28

Browse files
oceans404claude
andcommitted
fix: bump soroban-sdk to 23.4.0 and OZ deps to v0.6.0
The CLI pulls OZ v0.6.0 examples which require soroban-sdk 23.4.0. The template was pinned to soroban-sdk 23.1.0 and OZ v0.5.1, causing compile errors (unknown `contracttrait` attribute, type mismatches). Note: the CLI's dest_path fix (scaffold-stellar#451) will auto-update the OZ tags going forward, but the soroban-sdk version still needs to be compatible in the template as a baseline. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 010bf98 commit 3b15b28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ repository = "https://github.com/theahaco/scaffold-stellar"
1010
version = "0.0.1"
1111

1212
[workspace.dependencies.soroban-sdk]
13-
version = "23.1.0"
13+
version = "23.4.0"
1414

1515
[workspace.dependencies.stellar-access]
1616
git = "https://github.com/OpenZeppelin/stellar-contracts"
17-
tag = "v0.5.1"
17+
tag = "v0.6.0"
1818

1919
[workspace.dependencies.stellar-macros]
2020
git = "https://github.com/OpenZeppelin/stellar-contracts"
21-
tag = "v0.5.1"
21+
tag = "v0.6.0"
2222

2323
[workspace.dependencies.stellar-tokens]
2424
git = "https://github.com/OpenZeppelin/stellar-contracts"
25-
tag = "v0.5.1"
25+
tag = "v0.6.0"
2626

2727
[profile.release]
2828
opt-level = "z"

0 commit comments

Comments
 (0)