@@ -7,7 +7,7 @@ readme = "README.md"
77keywords = [" opencv" , " vision" , " cv" ]
88categories = [" api-bindings" , " computer-vision" , " external-ffi-bindings" , " multimedia" ]
99license = " MIT"
10- version = " 0.95.1 "
10+ version = " 0.96.0 "
1111# bump edition to 2024 when MSRV is 1.85
1212edition = " 2021"
1313rust-version = " 1.81.0"
@@ -35,7 +35,7 @@ rgb = { version = "0.8.20", default-features = false, features = ["argb"], optio
3535windows = { version = " 0.59" , features = [" Win32_Graphics_Direct3D9" , " Win32_Graphics_Direct3D10" , " Win32_Graphics_Direct3D11" ] }
3636
3737[build-dependencies ]
38- opencv-binding-generator = { version = " 0.97 .0" , path = " binding-generator" }
38+ opencv-binding-generator = { version = " 0.98 .0" , path = " binding-generator" }
3939cc = { version = " 1.0.83" , features = [" parallel" ] }
4040dunce = " 1"
4141# jobserver-0.1.25 is the first one that has Client::available() method
@@ -49,7 +49,7 @@ vcpkg = "0.2.9"
4949[dev-dependencies ]
5050matches = " 0.1"
5151# copy of build-dependencies because we need to test methods of the build script
52- opencv-binding-generator = { version = " 0.97 .0" , path = " binding-generator" }
52+ opencv-binding-generator = { version = " 0.98 .0" , path = " binding-generator" }
5353cc = { version = " 1.0.83" , features = [" parallel" ] }
5454dunce = " 1"
5555# jobserver-0.1.25 is the first one that has Client::available() method
0 commit comments