update version numbers to 0.5.5

This commit is contained in:
Mark McCaskey
2019-07-09 17:43:04 -07:00
parent 8901f3fb66
commit 4752492974
19 changed files with 114 additions and 112 deletions

View File

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