From c5d280163e4ecf2f3c042ff08a6886f549f4f04f Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Thu, 19 Mar 2020 11:54:19 +0100 Subject: [PATCH] Remove ironsea_store from Cargo.lock --- Cargo.lock | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 823ae31..68fc4e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,15 +139,10 @@ dependencies = [ "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "ironsea_index 0.1.0", - "ironsea_store 0.1.0", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "ironsea_store" -version = "0.1.0" - [[package]] name = "itoa" version = "0.4.4"