From 99555aee411a91e4290c0ff189516fc2a4056c36 Mon Sep 17 00:00:00 2001 From: mootz12 Date: Sat, 7 Dec 2024 11:02:46 -0500 Subject: [PATCH] chore: upgrade soroban-sdk version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a2a8a35..8bd78d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soroban-fixed-point-math" -version = "1.2.0" +version = "1.3.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.79" [dependencies] -soroban-sdk = { version = "21.7.6" } +soroban-sdk = { version = "22.0.1" }