Skip to content

Commit 0b5173e

Browse files
committed
Revert to cosmwasm 1.2.x for compat with sdk
1 parent ba48b55 commit 0b5173e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ mesh-simple-price-feed = { path = "./contracts/consumer/simple-price-feed" }
2525
mesh-virtual-staking = { path = "./contracts/consumer/virtual-staking" }
2626

2727
sylvia = "0.8.1"
28-
cosmwasm-schema = "1.3.3"
29-
cosmwasm-std = { version = "1.3.3", features = ["ibc3", "cosmwasm_1_3"] }
28+
cosmwasm-schema = "1.2.7"
29+
cosmwasm-std = { version = "1.2.7", features = ["ibc3", "cosmwasm_1_2"] }
3030
cw-storage-plus = "1.1.0"
3131
cw-utils = "1.0.1"
3232
cw2 = "1.0.1"

0 commit comments

Comments
 (0)