From 7669c7818b9d62c9b4951b39eb39cf7beabbe992 Mon Sep 17 00:00:00 2001 From: Supanat Potiwarakorn Date: Mon, 12 Aug 2024 13:37:13 +0700 Subject: [PATCH] use crate.io version of transmuter math --- Cargo.lock | 4 +++- rustffi/rustsrc/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4734ddef9..3108f1d2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -850,7 +850,9 @@ dependencies = [ [[package]] name = "transmuter_math" -version = "0.1.0" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af2780103282f99c1750878bdac2c85e9cd070d2a6e0f38fdb0aff978437a985" dependencies = [ "cosmwasm-schema", "cosmwasm-std", diff --git a/rustffi/rustsrc/Cargo.toml b/rustffi/rustsrc/Cargo.toml index b9eda851c..a2bf2b1d3 100644 --- a/rustffi/rustsrc/Cargo.toml +++ b/rustffi/rustsrc/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["staticlib"] [dependencies] thiserror = "1.0.63" -transmuter_math = {path = "../../../transmuter/packages/transmuter_math"} +transmuter_math = "1.0.0" [build-dependencies] cbindgen = "0.26.0"