From 4823771228554ec250be92d7408ff4e47514fafd Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Wed, 21 Jul 2021 17:03:21 +0900 Subject: [PATCH] Removing unused deps --- fastfield_codecs/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/fastfield_codecs/Cargo.toml b/fastfield_codecs/Cargo.toml index 8f8bc5f82..0b59e5e48 100644 --- a/fastfield_codecs/Cargo.toml +++ b/fastfield_codecs/Cargo.toml @@ -12,8 +12,6 @@ description = "Fast field codecs used by tantivy" common = { path = "../common/" } tantivy-bitpacker = { path = "../bitpacker/" } prettytable-rs = {version="0.8.0", optional= true} -#prettytable-rs = {version="0.8.0" } -rand = "0.8.3" [dev-dependencies] more-asserts = "0.2.1"