Skip to content

Commit e3cf74d

Browse files
committed
build(deps): adopt cosmwasm_2_2 feature for cosmwasm-std
1 parent e0c8585 commit e3cf74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ axone-objectarium-client = { path = "./packages/axone-objectarium-client", versi
3636
axone-rdf = { path = "./packages/axone-rdf", version = "7.0.0" }
3737
axone-wasm = { path = "./packages/axone-wasm", version = "7.0.0" }
3838
cosmwasm-schema = "2.2.2"
39-
cosmwasm-std = { version = "2.2.2", features = ["cosmwasm_2_1"] }
39+
cosmwasm-std = { version = "2.2.2", features = ["cosmwasm_2_2"] }
4040
cosmwasm-storage = "1.5.2"
4141
cw-multi-test = "2.2.0"
4242
cw-storage-plus = "2.0.0"

0 commit comments

Comments
 (0)