diff --git a/Cargo.toml b/Cargo.toml index 0c61319..5ea1db4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } \ No newline at end of file +wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0", features = ["backend-cranelift"] } +wasmer-clif-backend = { path = "../clif-backend", version = "0.7.0" } \ No newline at end of file