Skip to content

Commit

Permalink
Merge pull request #3 from script3/soroban-sdk-21.7.6
Browse files Browse the repository at this point in the history
update soroban sdk to 21.7.6
  • Loading branch information
mootz12 authored Nov 1, 2024
2 parents 37bd26c + e02b170 commit f7cb95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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" }

0 comments on commit f7cb95b

Please sign in to comment.