diff --git a/Cargo.toml b/Cargo.toml index 8861e31c..b9682cbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ once_cell = "1" rgb = { version = "0.8.20", features = ["argb"], optional = true } [build-dependencies] -opencv-binding-generator = { version = "0.82.0", path = "binding-generator" } +opencv-binding-generator = { version = "0.83.0", path = "binding-generator" } # cc starting with version 1.0.80 hangs on build https://github.com/twistedfall/opencv-rust/issues/480 cc = { version = "<=1.0.79", features = ["parallel"] } dunce = "1" diff --git a/binding-generator/Cargo.toml b/binding-generator/Cargo.toml index 7f108787..99349db8 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.82.0" +version = "0.83.0" license = "MIT" authors = ["Pro "] edition = "2021"