Skip to content

Commit

Permalink
added staking feature flag to cosmwasm-std
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed May 20, 2024
1 parent cf1c8ab commit 3921282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cosm-orc = { version = "4.0" }
cosm-tome = "0.2"
cosmos-sdk-proto = "0.19"
cosmwasm-schema = { version = "1.2" }
cosmwasm-std = { version = "1.5.0", features = ["ibc3"] }
cosmwasm-std = { version = "1.5.0", features = ["ibc3", "staking"] }
cw-controllers = "1.1"
cw-multi-test = "0.18"
cw-storage-plus = { version = "1.1" }
Expand Down

0 comments on commit 3921282

Please sign in to comment.