From ad20dd54928330032d0487bd16ebd546f13d9b55 Mon Sep 17 00:00:00 2001 From: dzmitry-lahoda Date: Tue, 9 Apr 2024 19:39:23 +0100 Subject: [PATCH] fixed --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8da9126..1da6ff2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -136,6 +136,7 @@ thiserror = { version = "^1.0.50", default-features = false, package = "thiserro cw-utils = { version = "^1.0.3", default-features = false } cw2 = { version = "^1.1.2", default-features = false } +# upgrade leads to float issue, fix it via https://medium.com/cosmwasm/debugging-floating-point-generation-in-rust-wasm-smart-contract-f47d833b5fba ibc-apps-more = { git = "https://github.com/ComposableFi/ibc-apps-more-rs.git", rev = "2e665779e1abe316e263633b5470104807605b17", default-features = false } ibc-app-transfer-types = { git = "https://github.com/dzmitry-lahoda-forks/ibc-rs.git", branch = "dz/14", default-features = false, features = [ "serde",