Skip to content

Commit

Permalink
Update CosmWasm to 0.13.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jan 5, 2021
1 parent addf991 commit 24b4ba2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ default = []
backtraces = []

[dependencies]
cosmwasm-std = { version = "0.13.0-alpha1", features = ["iterator"]}
cosmwasm-vm = { version = "0.13.0-alpha1", features = ["iterator"] }
cosmwasm-std = { version = "0.13.0-alpha2", features = ["iterator"]}
cosmwasm-vm = { version = "0.13.0-alpha2", features = ["iterator"] }
errno = "0.2"
serde_json = "1.0"
thiserror = "1.0"
Expand Down

0 comments on commit 24b4ba2

Please sign in to comment.