From 2b6398be559b1778048d7a3337bf9660e94a5bac Mon Sep 17 00:00:00 2001 From: Emily Toop Date: Tue, 21 Nov 2017 16:27:46 +0000 Subject: [PATCH] Fixing rebase issues --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d8bf241e..fae66bf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,8 +62,5 @@ path = "query-translator" [dependencies.mentat_tx_parser] path = "tx-parser" -[dependencies.mentat_cli] -path = "tools/cli" - [profile.release] -debug = true (#452) (#463) +debug = true