Cargo Features
[dependencies]
rhaki-cw-multi-test = { version = "2.0.0", default-features = false, features = ["backtrace", "cosmwasm_2_0"] }
- default = cosmwasm_2_0
-
The
cosmwasm_2_0
feature is set by default wheneverrhaki-cw-multi-test
is added without
somewhere in the dependency tree.default-features = false - backtrace
- cosmwasm_2_0 default
-
Enables cosmwasm_2_0 of cosmwasm-std
cosmwasm-std:
This enables functionality that is only available on 2.0 chains. It adds
CosmosMsg::Any
, replacingCosmosMsg::Stargate
. It also addsQueryRequest::Grpc
.
rhaki-cw-multi-test has 3 features without comments.