From 341fb1ac65ee4cafbac3a057ab8fedb993845094 Mon Sep 17 00:00:00 2001 From: _dssei_ Date: Thu, 25 Apr 2024 10:21:14 -0700 Subject: [PATCH] Update version of sei-integration-tests --- packages/sei-integration-tests/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sei-integration-tests/Cargo.toml b/packages/sei-integration-tests/Cargo.toml index ed9167c..c37e7ed 100644 --- a/packages/sei-integration-tests/Cargo.toml +++ b/packages/sei-integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sei-integration-tests" -version = "0.4.10" +version = "0.4.11" edition = "2021" description = "Custom module to support integration tests for Sei chain contracts" license = "Apache-2.0" @@ -9,7 +9,7 @@ readme = "README.md" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] cw-multi-test = "0.16" anyhow = "1" -sei-cosmwasm = { path = "../sei-cosmwasm", version = "0.4.11" } +sei-cosmwasm = { path = "../sei-cosmwasm", version = "0.4.15" } cosmwasm-std = "1.0.0" cw20-base = "0.13.4" schemars = "0.8.8"