Skip to content

Commit 2d416bf

Browse files
authored
Update version of sei-integration-tests (#80)
1 parent 14cc551 commit 2d416bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sei-integration-tests/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sei-integration-tests"
3-
version = "0.4.10"
3+
version = "0.4.11"
44
edition = "2021"
55
description = "Custom module to support integration tests for Sei chain contracts"
66
license = "Apache-2.0"
@@ -9,7 +9,7 @@ readme = "README.md"
99
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
1010
cw-multi-test = "0.16"
1111
anyhow = "1"
12-
sei-cosmwasm = { path = "../sei-cosmwasm", version = "0.4.11" }
12+
sei-cosmwasm = { path = "../sei-cosmwasm", version = "0.4.15" }
1313
cosmwasm-std = "1.0.0"
1414
cw20-base = "0.13.4"
1515
schemars = "0.8.8"

0 commit comments

Comments
 (0)