From: Kostya Shishkov Date: Sat, 6 Nov 2021 09:16:15 +0000 (+0100) Subject: nihav_flash: remove unrequired dependency X-Git-Url: https://git.nihav.org/?p=nihav.git;a=commitdiff_plain;h=c9694aaedf5e8007cdcce7997658a9cd67fe2139 nihav_flash: remove unrequired dependency --- 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"]