Skip to content

Commit ca0891c

Browse files
authored
Merge pull request #256 from CosmWasm/update-to-0.16.0
Upgrade CosmWasm to 0.16.0
2 parents fd6b26f + b29005d commit ca0891c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

api/testdata/hackatom.wasm

0 Bytes
Binary file not shown.

api/testdata/ibc_reflect.wasm

22 Bytes
Binary file not shown.

api/testdata/queue.wasm

0 Bytes
Binary file not shown.

api/testdata/reflect.wasm

0 Bytes
Binary file not shown.

libwasmvm/Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libwasmvm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ default = []
2626
backtraces = []
2727

2828
[dependencies]
29-
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm", rev = "v0.16.0-rc6", features = ["staking", "stargate"] }
30-
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm", rev = "v0.16.0-rc6", features = ["staking", "stargate"] }
29+
cosmwasm-std = { git = "https://github.com/CosmWasm/cosmwasm", rev = "v0.16.0", features = ["staking", "stargate"] }
30+
cosmwasm-vm = { git = "https://github.com/CosmWasm/cosmwasm", rev = "v0.16.0", features = ["staking", "stargate"] }
3131
errno = "0.2"
3232
serde_json = "1.0"
3333
thiserror = "1.0"

0 commit comments

Comments
 (0)