Skip to content

Commit

Permalink
Merge pull request #289 from CosmWasm/fix-cosmwasm-beta4-upgrade
Browse files Browse the repository at this point in the history
Fix cosmwasm beta4 upgrade
  • Loading branch information
webmaster128 authored Jan 3, 2022
2 parents a5cd5ed + aa4b482 commit 524a7ea
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Binary file modified api/testdata/hackatom.wasm
Binary file not shown.
Binary file modified api/testdata/ibc_reflect.wasm
Binary file not shown.
Binary file modified api/testdata/queue.wasm
Binary file not shown.
Binary file modified api/testdata/reflect.wasm
Binary file not shown.
16 changes: 8 additions & 8 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", ref = "158549683fcc", features = ["staking", "stargate", "iterator"] }
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", ref = "158549683fcc", features = ["staking", "stargate", "iterator"] }
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.0.0-beta4", features = ["staking", "stargate", "iterator"] }
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm.git", rev = "v1.0.0-beta4", features = ["staking", "stargate", "iterator"] }
errno = "0.2"
serde_json = "1.0"
thiserror = "1.0"
Expand Down

0 comments on commit 524a7ea

Please sign in to comment.