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 24, 2024
1 parent 3af8046 commit 740f975
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 @@ -27,7 +27,7 @@ polytone-note = { path = "contracts/main/note", version = "1.0.0" }
polytone-voice = { path = "contracts/main/voice", version = "1.0.0" }

cosmwasm-schema = "1.5.4"
cosmwasm-std = { version = "1.5.4", features = ["ibc3"] }
cosmwasm-std = { version = "1.5.4", features = ["ibc3", "staking"] }
cw-storage-plus = "1.0.1"
cw-utils = "1.0.1"
cw2 = "1.0.1"
Expand Down

0 comments on commit 740f975

Please sign in to comment.