Skip to content

Commit

Permalink
added missing feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Jun 17, 2024
1 parent fc0bfc5 commit c1c3ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ cosm-orc = { version = "4.0" }
cosm-tome = "0.2"
cosmos-sdk-proto = "0.19"
cosmwasm-schema = { version = "1.5.4" }
cosmwasm-std = { version = "1.5.4", features = ["ibc3"] }
cosmwasm-std = { version = "1.5.4", features = ["ibc3", "cosmwasm_1_1"] }
cw-controllers = "1.1"
cw-multi-test = "0.20.1"
cw-multi-test = { version = "0.20.1", features = ["cosmwasm_1_1"] }
cw-storage-plus = { version = "1.1" }
cw-utils = "1.0"
cw2 = "1.1"
Expand Down

0 comments on commit c1c3ef5

Please sign in to comment.