From 6ba6423470c005535e15d06caa95ea9c5fb73fba Mon Sep 17 00:00:00 2001 From: mootz12 Date: Mon, 26 Jan 2026 14:07:54 -0500 Subject: [PATCH] chore: support soroban-sdk v25.* --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8004b52..0a2f6b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soroban-fixed-point-math" -version = "1.4.1" +version = "1.5.0" description = "Fixed point math support for Soroban smart contracts" homepage = "https://github.com/script3/soroban-fixed-point-math" repository = "https://github.com/script3/soroban-fixed-point-math" @@ -12,4 +12,4 @@ keywords = ["no_std", "wasm"] rust-version = "1.89" [dependencies] -soroban-sdk = { version = "23" } +soroban-sdk = { version = "25" }