From 7717815a27692e257f7460885f8ffce22a9bbe04 Mon Sep 17 00:00:00 2001 From: Mauro Lacy Date: Thu, 30 Nov 2023 10:15:54 +0100 Subject: [PATCH] Revert "Revert to cosmwasm 1.2.x for compat with sdk" This reverts commit 0b5173e7735f524171222cb75a5f49011dd8f693. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aa539573..657807fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,8 +25,8 @@ mesh-simple-price-feed = { path = "./contracts/consumer/simple-price-feed" } mesh-virtual-staking = { path = "./contracts/consumer/virtual-staking" } sylvia = "0.8.1" -cosmwasm-schema = "1.2.7" -cosmwasm-std = { version = "1.2.7", features = ["ibc3", "cosmwasm_1_2"] } +cosmwasm-schema = "1.3.3" +cosmwasm-std = { version = "1.3.3", features = ["ibc3", "cosmwasm_1_3"] } cw-storage-plus = "1.1.0" cw-utils = "1.0.1" cw2 = "1.0.1"