From c9694aaedf5e8007cdcce7997658a9cd67fe2139 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sat, 6 Nov 2021 10:16:15 +0100 Subject: [PATCH] nihav_flash: remove unrequired dependency --- nihav-flash/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/nihav-flash/Cargo.toml b/nihav-flash/Cargo.toml index d5e79ca..45174fb 100644 --- a/nihav-flash/Cargo.toml +++ b/nihav-flash/Cargo.toml @@ -7,9 +7,6 @@ edition = "2018" [dependencies.nihav_core] path = "../nihav-core" -[dependencies.nihav_registry] -path = "../nihav-registry" - [dependencies.nihav_codec_support] path = "../nihav-codec-support" features = ["h263", "mdct", "dsp_window"] -- 2.30.2