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"