From dfbcc26e6ffb29e19b8f67ef67cf80657f669492 Mon Sep 17 00:00:00 2001 From: Tom Langer Date: Fri, 24 Feb 2023 01:48:39 +0200 Subject: [PATCH] Bump cosmwasm versions (#80) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index abe2f08..21fe628 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,5 +57,5 @@ members = ["packages/*"] [workspace.dependencies] schemars = { version = "0.8.11" } serde = { version = "1.0" } -cosmwasm-std = { git = "https://github.com/scrtlabs/cosmwasm", tag = "v1.1.0-secret" } -cosmwasm-storage = { git = "https://github.com/scrtlabs/cosmwasm", tag = "v1.1.0-secret" } +cosmwasm-std = { git = "https://github.com/scrtlabs/cosmwasm", tag = "v1.1.9-secret" } +cosmwasm-storage = { git = "https://github.com/scrtlabs/cosmwasm", tag = "v1.1.9-secret" }