We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cc551 commit 2d416bfCopy full SHA for 2d416bf
packages/sei-integration-tests/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sei-integration-tests"
3
-version = "0.4.10"
+version = "0.4.11"
4
edition = "2021"
5
description = "Custom module to support integration tests for Sei chain contracts"
6
license = "Apache-2.0"
@@ -9,7 +9,7 @@ readme = "README.md"
9
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
10
cw-multi-test = "0.16"
11
anyhow = "1"
12
-sei-cosmwasm = { path = "../sei-cosmwasm", version = "0.4.11" }
+sei-cosmwasm = { path = "../sei-cosmwasm", version = "0.4.15" }
13
cosmwasm-std = "1.0.0"
14
cw20-base = "0.13.4"
15
schemars = "0.8.8"
0 commit comments