From 45e65f58892f5535c5712655505856427a00c315 Mon Sep 17 00:00:00 2001 From: Paul Chen Date: Thu, 14 Sep 2023 18:43:54 +0800 Subject: [PATCH] fix: fix bindings version --- packages/bindings-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bindings-test/Cargo.toml b/packages/bindings-test/Cargo.toml index 109f2f99..15767f34 100644 --- a/packages/bindings-test/Cargo.toml +++ b/packages/bindings-test/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] cosmwasm-std = { version = "1.4.0", features = ["stargate"]} -desmos-bindings = { path = "../bindings", version = "2.0.0" } +desmos-bindings = { path = "../bindings", version = "3.0.0" } test-contract = { path = "../../contracts/test-contract", version = "1.0.0" } serde = "1.0.188" serde_json = "1.0.106"