update for release wasmer 0.5.2

This commit is contained in:
Mark McCaskey
2019-07-02 14:13:45 -07:00
parent 92f1aa7961
commit 83da82d844
17 changed files with 48 additions and 43 deletions

View File

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