Skip to content

Commit

Permalink
Upgrade cosmwasm to version with wasmer 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Mar 7, 2022
1 parent 21d9854 commit c42c4e1
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 36 deletions.
102 changes: 68 additions & 34 deletions libwasmvm/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 libwasmvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ default = []
backtraces = []

[dependencies]
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.0.0-beta5", features = ["staking", "stargate", "iterator"] }
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.0.0-beta5", features = ["staking", "stargate", "iterator"] }
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "ec8b568e8", features = ["staking", "stargate", "iterator"] }
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "ec8b568e8", features = ["staking", "stargate", "iterator"] }
errno = "0.2"
serde_json = "1.0"
thiserror = "1.0"
Expand Down

0 comments on commit c42c4e1

Please sign in to comment.