Merge branch 'master' into feature/debug-prototype2

This commit is contained in:
Mark McCaskey
2020-02-26 14:39:02 -08:00
56 changed files with 1419 additions and 368 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "wasmer-middleware-common"
version = "0.14.0"
version = "0.14.1"
repository = "https://github.com/wasmerio/wasmer"
description = "Wasmer runtime common middlewares"
license = "MIT"
@ -10,4 +10,4 @@ categories = ["wasm"]
edition = "2018"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.0" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.14.1" }