diff --git a/Cargo.toml b/Cargo.toml index 164d4f26..279adfbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ rgb = { version = "0.8.20", features = ["argb"], optional = true } windows = { version = "0.59", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] } [build-dependencies] -opencv-binding-generator = { version = "0.94.1", path = "binding-generator" } +opencv-binding-generator = { version = "0.95.0", path = "binding-generator" } cc = { version = "1.0.83", features = ["parallel"] } dunce = "1" # jobserver-0.1.25 is the first one that has Client::available() method @@ -48,7 +48,7 @@ vcpkg = "0.2.9" [dev-dependencies] matches = "0.1" # copy of build-dependencies because we need to test methods of the build script -opencv-binding-generator = { version = "0.94.1", path = "binding-generator" } +opencv-binding-generator = { version = "0.95.0", path = "binding-generator" } cc = { version = "1.0.83", features = ["parallel"] } dunce = "1" # jobserver-0.1.25 is the first one that has Client::available() method diff --git a/binding-generator/Cargo.toml b/binding-generator/Cargo.toml index f61b71c0..17254085 100644 --- a/binding-generator/Cargo.toml +++ b/binding-generator/Cargo.toml @@ -2,7 +2,7 @@ name = "opencv-binding-generator" description = "Binding generator for opencv crate" repository = "https://github.com/twistedfall/opencv-rust" -version = "0.94.1" +version = "0.95.0" license = "MIT" authors = ["Pro "] edition = "2021"