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" }