Skip to content

Commit

Permalink
Fix go-gen dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Aug 29, 2023
1 parent 5b39dc1 commit f5844bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/go-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name = "go-gen"
authors = ["Christoph Otter <[email protected]>"]
version = "0.1.0"
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
schemars = "0.8.3"
cosmwasm-std = { path = "../std", version = "1.3.1", features = ["cosmwasm_1_3", "staking", "stargate", "ibc3"] }
cosmwasm-schema = { path = "../schema", version = "1.3.1" }
cosmwasm-std = { path = "../std", version = "1.3.3", features = ["cosmwasm_1_3", "staking", "stargate", "ibc3"] }
cosmwasm-schema = { path = "../schema", version = "1.3.3" }
anyhow = "1"
Inflector = "0.11.4"
indenter = "0.3.3"

0 comments on commit f5844bd

Please sign in to comment.