Skip to content

Commit

Permalink
Merge pull request #455 from CosmWasm/downgrade-wasmer
Browse files Browse the repository at this point in the history
Downgrade Wasmer to 0.17.0
  • Loading branch information
webmaster128 authored Jun 29, 2020
2 parents a18591c + 046094e commit fe42396
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 64 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.9.2 (not yet released)

- Downgrade wasmer to 0.17.0.

## 0.9.1 (2020-06-25)

**cosmwasm-std**
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions contracts/burner/Cargo.lock

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

20 changes: 10 additions & 10 deletions contracts/hackatom/Cargo.lock

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

20 changes: 10 additions & 10 deletions contracts/queue/Cargo.lock

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

20 changes: 10 additions & 10 deletions contracts/reflect/Cargo.lock

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

20 changes: 10 additions & 10 deletions contracts/staking/Cargo.lock

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

8 changes: 4 additions & 4 deletions packages/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ staking = ["cosmwasm-std/staking"]
# Uses the path when built locally; uses the given version from crates.io when published
cosmwasm-std = { path = "../std", version = "0.9.1" }
serde_json = "1.0"
wasmer-runtime-core = "0.17.1"
wasmer-middleware-common = "0.17.1"
wasmer-clif-backend = { version = "0.17.1", optional = true }
wasmer-singlepass-backend = { version = "0.17.1", optional = true }
wasmer-runtime-core = "=0.17.0"
wasmer-middleware-common = "=0.17.0"
wasmer-clif-backend = { version = "=0.17.0", optional = true }
wasmer-singlepass-backend = { version = "=0.17.0", optional = true }
schemars = "0.7"
serde = { version = "1.0.103", default-features = false, features = ["derive", "alloc"] }
snafu = { version = "0.6.3" }
Expand Down

0 comments on commit fe42396

Please sign in to comment.