Skip to content

Commit

Permalink
Merge pull request #2 from kalepail/patch-1
Browse files Browse the repository at this point in the history
update some dependencies
  • Loading branch information
mootz12 authored Jun 25, 2024
2 parents 462c7c1 + 9d910f5 commit 37bd26c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.0"
version = "1.1.1"
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 @@ -9,7 +9,7 @@ readme = "README.md"
license = "MIT"
edition = "2021"
keywords = ["no_std", "wasm"]
rust-version = "1.74"
rust-version = "1.79"

[dependencies]
soroban-sdk = { version = "20.5.0" }
soroban-sdk = { version = "21.1.1" }

0 comments on commit 37bd26c

Please sign in to comment.