Merge branch 'master' into fix/issues-found-while-releasing-0.17.0

This commit is contained in:
Mark McCaskey
2020-05-11 14:54:29 -07:00
committed by GitHub
22 changed files with 67 additions and 60 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "wasmer-runtime"
version = "0.16.2"
version = "0.17.0"
description = "Wasmer runtime library"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
@ -11,17 +11,17 @@ edition = "2018"
readme = "README.md"
[dependencies]
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.16.2", optional = true }
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.17.0", optional = true }
lazy_static = "1.4"
memmap = "0.7"
[dependencies.wasmer-runtime-core]
path = "../runtime-core"
version = "0.16.2"
version = "0.17.0"
[dependencies.wasmer-clif-backend]
path = "../clif-backend"
version = "0.16.2"
version = "0.17.0"
optional = true
# Dependencies for caching.