Fix wasmer-runtime-core dependency version.

This commit is contained in:
losfair 2019-05-14 15:47:19 +08:00
parent db9705f00c
commit 2a160c74ad

View File

@ -6,4 +6,4 @@ edition = "2018"
[dependencies]
libc = "0.2.49"
wasmer-runtime-core = { path = "../runtime-core", version = "0.3.0" }
wasmer-runtime-core = { path = "../runtime-core" }