From bee1983d97da6acc53fecf8b6695810410502b8d Mon Sep 17 00:00:00 2001 From: vms Date: Thu, 9 Jul 2020 06:22:21 +0300 Subject: [PATCH] getting rid of excess dep --- crates/wit/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/wit/Cargo.toml b/crates/wit/Cargo.toml index 4d15259..03d1635 100644 --- a/crates/wit/Cargo.toml +++ b/crates/wit/Cargo.toml @@ -20,5 +20,3 @@ proc-macro2 = "1.0.18" serde = { version = "1.0.110", features = ["derive"] } serde_json = "1.0.56" uuid = { version = "0.8.1", features = ["v4"] } - -wasmer-wit = { package = "wasmer-interface-types", git = "http://github.com/fluencelabs/interface-types", branch = "master", features = ["serde"] }