Skip to content

Commit

Permalink
Merge pull request #9 from CosmWasm/stargate
Browse files Browse the repository at this point in the history
Stargate messages
  • Loading branch information
hashedone authored Nov 18, 2022
2 parents 03026cc + 0981555 commit d3bb2cc
Show file tree
Hide file tree
Showing 7 changed files with 197 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ backtrace = ["anyhow/backtrace"]
[dependencies]
cw-utils = "0.16"
cw-storage-plus = "0.16"
cosmwasm-std = { version = "1.0", features = ["staking"] }
cosmwasm-std = { version = "1.0", features = ["staking", "stargate"] }
itertools = "0.10.1"
schemars = "0.8.1"
serde = { version = "1.0", default-features = false, features = ["derive"] }
Expand Down
Loading

0 comments on commit d3bb2cc

Please sign in to comment.