From 9ba4f45df82dd01ae816b866a5aa8a750e7d0aa1 Mon Sep 17 00:00:00 2001 From: dzmitry-lahoda Date: Fri, 12 Apr 2024 00:04:35 +0100 Subject: [PATCH] fixed lib dep update --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24c4597..ff34d5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2595,7 +2595,7 @@ dependencies = [ [[package]] name = "num-rational" version = "0.4.1" -source = "git+https://github.com/dzmitry-lahoda-forks/num-rational.git?rev=b7350e2f4c64f8f7a468d5321e95f8f523867c66#b7350e2f4c64f8f7a468d5321e95f8f523867c66" +source = "git+https://github.com/dzmitry-lahoda-forks/num-rational.git?rev=94f6282ae92cbd49bb60b286269f2a365b0c4e43#94f6282ae92cbd49bb60b286269f2a365b0c4e43" dependencies = [ "cosmwasm-std", "num-bigint", diff --git a/Cargo.toml b/Cargo.toml index d6d2a0a..125eea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ itertools = { version = "0.12.0", default-features = false } cw-multi-test = {version = "^1.0.0", default-features = false} num-integer = { version = "0.1.45", default-features = false } -num-rational = {git = "https://github.com/dzmitry-lahoda-forks/num-rational.git", rev = "b7350e2f4c64f8f7a468d5321e95f8f523867c66", default-features = false} +num-rational = {git = "https://github.com/dzmitry-lahoda-forks/num-rational.git", rev = "94f6282ae92cbd49bb60b286269f2a365b0c4e43", default-features = false} num-traits = { version = "^0.2.18", default-features = false }