From 906515384b16590ca194ad9d81c1d1dcc567b175 Mon Sep 17 00:00:00 2001 From: boshadowwolf-ai Date: Sat, 25 Jul 2026 21:24:43 +0000 Subject: [PATCH] fix(stellar): bump soroban-sdk workspace dependency to 22.0.11 --- stellar/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stellar/Cargo.toml b/stellar/Cargo.toml index a005739..7a397cf 100644 --- a/stellar/Cargo.toml +++ b/stellar/Cargo.toml @@ -8,4 +8,4 @@ members = [ resolver = "2" [workspace.dependencies] -soroban-sdk = "22.0.0" +soroban-sdk = "22.0.11"