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