Skip to content

Commit

Permalink
Enable cosmwasm_1_4 feature in go-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Aug 30, 2023
1 parent 52910b6 commit 16ff40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/go-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false

[dependencies]
schemars = "0.8.3"
cosmwasm-std = { path = "../std", version = "1.4.0-beta.1", features = ["cosmwasm_1_3", "staking", "stargate", "ibc3"] }
cosmwasm-std = { path = "../std", version = "1.4.0-beta.1", features = ["cosmwasm_1_4", "staking", "stargate", "ibc3"] }
cosmwasm-schema = { path = "../schema", version = "1.4.0-beta.1" }
anyhow = "1"
Inflector = "0.11.4"
Expand Down

0 comments on commit 16ff40b

Please sign in to comment.