From 5c0675c755c6b5f642b1501b0eecc728a1c2be62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gilbert=20R=C3=B6hrbein?= Date: Sun, 13 Aug 2023 13:08:41 +0200 Subject: [PATCH] v4l dependency version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 522b2fc..221ef68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ windows = { version = "0.43", features = [ ] } [target.'cfg(target_os="linux")'.dependencies] -v4l = "*" +v4l = "0.14.0" [dev-dependencies] softbuffer = "0.3.0"