From 28fca5e708e0f7ecead11bf8a61283e58dddbf1f Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Wed, 30 Oct 2019 15:51:30 +0100 Subject: [PATCH] Removed dependency on Table --- Cargo.lock | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ded29e..4c94db4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -144,7 +144,6 @@ name = "ironsea_index_hashmap" version = "0.1.0" dependencies = [ "ironsea_index 0.1.0", - "ironsea_table 0.1.0", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -157,7 +156,6 @@ dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "ironsea_index 0.1.0", "ironsea_store 0.1.0", - "ironsea_table 0.1.0", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",