diff --git a/Cargo.toml b/Cargo.toml index d058ef1..859f17d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["contracts/sharpy"] resolver = "2" [workspace.dependencies] -soroban-sdk = { version = "22.0.0" } +soroban-sdk = { version = "26.1.0" } [profile.release] opt-level = "z" diff --git a/contracts/sharpy/Cargo.toml b/contracts/sharpy/Cargo.toml index 8eb6019..57e2845 100644 --- a/contracts/sharpy/Cargo.toml +++ b/contracts/sharpy/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"] soroban-sdk = { workspace = true } [dev-dependencies] -soroban-sdk = { version = "22.0.0", features = ["testutils"] } +soroban-sdk = { version = "26.1.0", features = ["testutils"] } [features] testutils = ["soroban-sdk/testutils"]