Remove dependency on engine-dummy from wasmer api

This commit is contained in:
Mark McCaskey
2020-08-17 10:55:55 -07:00
parent d81c9dd686
commit bcdae0a6fb
3 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ winapi = "0.3"
[dev-dependencies]
# for the binary wasmer.rs
wasmer-engine-dummy = { path = "../../tests/lib/engine-dummy", version = "1.0.0-alpha01.0" }
libc = { version = "^0.2.69", default-features = false }
wat = "1.0"
tempfile = "3.1"