Skip to content

Commit 8a3622b

Browse files
committed
feat: upgrade soroban-sdk to 26.1.0 for Protocol 27 compatibility
- Updates workspace soroban-sdk from 22.0.0 to 26.1.0 - Updates dev-dependencies to match - All 21 tests passing - WASM builds cleanly with stellar contract build --optimize Closes #26
1 parent b78f8f7 commit 8a3622b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["contracts/sharpy"]
33
resolver = "2"
44

55
[workspace.dependencies]
6-
soroban-sdk = { version = "22.0.0" }
6+
soroban-sdk = { version = "26.1.0" }
77

88
[profile.release]
99
opt-level = "z"

contracts/sharpy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"]
1010
soroban-sdk = { workspace = true }
1111

1212
[dev-dependencies]
13-
soroban-sdk = { version = "22.0.0", features = ["testutils"] }
13+
soroban-sdk = { version = "26.1.0", features = ["testutils"] }
1414

1515
[features]
1616
testutils = ["soroban-sdk/testutils"]

0 commit comments

Comments
 (0)