From 0cd9947d0a6817f8aa9b64556e806d2043aa3f9b Mon Sep 17 00:00:00 2001 From: Linus Kendall Date: Mon, 20 Jun 2022 12:18:33 +0100 Subject: [PATCH] Remove incompatible subcrates (temp) Currently the mango specific crates don't work with 1.10 so removing them from build. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0f318fa..491ee9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,8 @@ members = [ "geyser-plugin-grpc", "lib", "connector-raw", - "connector-mango", - "mango-pnl-service", +# "connector-mango", +# "mango-pnl-service", ]