update to version 0.5.3 for wapm bug fix

This commit is contained in:
Mark McCaskey
2019-07-03 14:35:39 -07:00
parent c1fabc9624
commit 535da4c34a
18 changed files with 139 additions and 138 deletions

View File

@@ -1,11 +1,11 @@
[package]
name = "wasmer-llvm-backend"
version = "0.5.2"
version = "0.5.3"
authors = ["Lachlan Sneff <lachlan.sneff@gmail.com>"]
edition = "2018"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.5.2" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.5.3" }
inkwell = { git = "https://github.com/wasmerio/inkwell", branch = "llvm7-0" }
wasmparser = "0.32.1"
hashbrown = "0.1.8"