From 9d61e42e44c6d6fba933ec2ba51c91384ce10c19 Mon Sep 17 00:00:00 2001 From: "Christopher N. Hesse" Date: Sat, 28 Oct 2023 15:36:36 +0200 Subject: [PATCH] eye-hal: 0.2.0 Signed-off-by: Christopher N. Hesse --- eye-hal/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eye-hal/Cargo.toml b/eye-hal/Cargo.toml index 1e8ff43..1b229e4 100644 --- a/eye-hal/Cargo.toml +++ b/eye-hal/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "eye-hal" description = "Camera hardware abstraction layer (HAL)" -version = "0.1.0" +version = "0.2.0" authors = ["Christopher N. Hesse "] edition = "2018" license = "MIT" @@ -9,7 +9,7 @@ readme = "README.md" repository= "https://github.com/raymanfx/eye-rs" [dependencies] -bitflags = "1.2.1" +bitflags = "1.3.2" [target.'cfg(target_os = "linux")'.dependencies] v4l = "0.14.0" @@ -22,4 +22,4 @@ openpnp_capture = { version = "0.2.4" } openpnp_capture_sys = { version = "0.4.0" } [dev-dependencies] -itertools = "0.10.0" +itertools = "0.11.0"