update version numbers and changelog for 0.5.0

This commit is contained in:
Mark McCaskey
2019-06-17 12:56:14 -07:00
parent 0f81cd47e3
commit 7bdfb2be51
18 changed files with 99 additions and 97 deletions

View File

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