chore(interface-types) Update to Wasmer 0.7.0.

This commit is contained in:
Ivan Enderlin 2019-09-18 17:14:12 +02:00
parent 68e699e495
commit 8c7d46c124

View File

@ -11,5 +11,5 @@ edition = "2018"
nom = "5.0"
[dev-dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.6.0", features = ["backend-cranelift"] }
wasmer-clif-backend = { path = "../clif-backend", version = "0.6.0" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0", features = ["backend-cranelift"] }
wasmer-clif-backend = { path = "../clif-backend", version = "0.7.0" }