From e02b17096c46bd2d1672153441ab8ffe536a6432 Mon Sep 17 00:00:00 2001 From: llama Date: Fri, 1 Nov 2024 10:19:44 -0600 Subject: [PATCH] update soroban sdk to 21.7.6 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8a99166..a2a8a35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soroban-fixed-point-math" -version = "1.1.1" +version = "1.2.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.1.1" } +soroban-sdk = { version = "21.7.6" }