From 6b3af843468dab01ba7eb67d7dda098dde50291e Mon Sep 17 00:00:00 2001 From: mr-t Date: Thu, 13 Jun 2024 15:26:05 +0200 Subject: [PATCH] update cosmwasm version 1.2 -> 1.5, due to rustc compiler issues see also: https://github.com/CosmWasm/cosmwasm/issues/1727 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 86fba0d47..035356c93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ documentation = "https://docs.cosmwasm.com" rust-version = "1.71" [workspace.dependencies] -cosmwasm-schema = "^1.2" -cosmwasm-std = "^1.2" +cosmwasm-schema = "^1.5" +cosmwasm-std = "^1.5" cw2 = "^1.1" cw20 = "^1.1" cw721 = { version = "*", path = "./packages/cw721" }