From 900c3f6e2c32c77db16b3eb162e7a6a3b9762cc1 Mon Sep 17 00:00:00 2001 From: Yang Zhou Date: Fri, 10 Jan 2025 16:22:52 -0500 Subject: [PATCH] [FIX] (cu_v4l) cargo warning of unused manifest key (#211) --- components/sources/cu_v4l/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sources/cu_v4l/Cargo.toml b/components/sources/cu_v4l/Cargo.toml index ad4ba22ba..c30099f7c 100644 --- a/components/sources/cu_v4l/Cargo.toml +++ b/components/sources/cu_v4l/Cargo.toml @@ -14,7 +14,7 @@ repository.workspace = true cu29 = { workspace = true } cu29-log-derive = { workspace = true } cu29-log-runtime = { workspace = true } -cu-sensor-payloads = { path = "../../../payloads/cu_sensor_payloads", workspace = true } +cu-sensor-payloads = { workspace = true } libc = "0.2.168" page_size = "0.6.0" nix = { version = "0.29.0", features = ["time"] }