Prepare for 0.16.1 release

This commit is contained in:
Mark McCaskey
2020-03-11 16:00:21 -07:00
parent a0d0263e86
commit dc9cc3292c
24 changed files with 90 additions and 86 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "wasmer-singlepass-backend"
version = "0.16.0"
version = "0.16.1"
repository = "https://github.com/wasmerio/wasmer"
description = "Wasmer runtime single pass compiler backend"
license = "MIT"
@ -11,7 +11,7 @@ edition = "2018"
readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.16.0" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.16.1" }
dynasm = "0.5"
dynasmrt = "0.5"
lazy_static = "1.4"