From 499b01bd1088c3b9b360918701a7d606e5dca16e Mon Sep 17 00:00:00 2001 From: Dariusz Depta Date: Fri, 22 Mar 2024 15:02:28 +0100 Subject: [PATCH] Upgraded MultiTest to version 2.0.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f9d1bd07..c592da276 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -232,9 +232,9 @@ dependencies = [ [[package]] name = "cw-multi-test" -version = "2.0.0-rc.2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6e83a1453fc6a9348a67a24ada22a5a2fae675305844bb85c2a436c930cffdd" +checksum = "b7b69c1ba533753a2c90e60f4c803f52ee80cf3ba183c3ca0645fd1796561951" dependencies = [ "anyhow", "bech32 0.11.0", diff --git a/Cargo.toml b/Cargo.toml index 91ecd244d..d6693b20f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ cosmwasm-schema = "2.0.0" cosmwasm-std = "2.0.0" cw2 = "2.0.0" cw-controllers = "2.0.0" -cw-multi-test = "2.0.0-rc.2" +cw-multi-test = "2.0.0" cw-storage-plus = "2.0.0" cw-utils = "2.0.0" schemars = "0.8.15"