From 4292a5a799abdc38ae56dbd07c5e1551b1a9aba2 Mon Sep 17 00:00:00 2001 From: Valery Antopol Date: Tue, 18 Jan 2022 03:05:18 +0300 Subject: [PATCH] fix syntax --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6092f179..e4b46c8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ members = [ "tools/repl", ] [patch.crates-io] -wasmer-it = { package = "wasmer-interface-types-fl", version = "0.21.0", git = "https://github.com/fluencelabs/interface-types", branch = "marine_web_experiments" +wasmer-it = { package = "wasmer-interface-types-fl", version = "0.21.0", git = "https://github.com/fluencelabs/interface-types", branch = "marine_web_experiments"} it-lilo = {package = "it-lilo", version = "0.2.0", git = "https://github.com/fluencelabs/interface-types", branch = "marine_web_experiments"} [profile.release]