Prepare for 0.13.0 release

This commit is contained in:
Mark McCaskey
2020-01-15 11:09:47 -08:00
parent 12f1f2d8a8
commit 3c996bc821
24 changed files with 90 additions and 85 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmer-llvm-backend"
version = "0.12.0"
version = "0.13.0"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"
@@ -10,7 +10,7 @@ edition = "2018"
readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.12.0" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.13.0" }
wasmparser = "0.45.0"
smallvec = "0.6"
goblin = "0.0.24"