@@ -7,7 +7,7 @@ readme = "README.md"
7
7
keywords = [" opencv" , " vision" , " cv" ]
8
8
categories = [" api-bindings" , " computer-vision" , " external-ffi-bindings" , " multimedia" ]
9
9
license = " MIT"
10
- version = " 0.95.1 "
10
+ version = " 0.96.0 "
11
11
# bump edition to 2024 when MSRV is 1.85
12
12
edition = " 2021"
13
13
rust-version = " 1.81.0"
@@ -35,7 +35,7 @@ rgb = { version = "0.8.20", default-features = false, features = ["argb"], optio
35
35
windows = { version = " 0.59" , features = [" Win32_Graphics_Direct3D9" , " Win32_Graphics_Direct3D10" , " Win32_Graphics_Direct3D11" ] }
36
36
37
37
[build-dependencies ]
38
- opencv-binding-generator = { version = " 0.97 .0" , path = " binding-generator" }
38
+ opencv-binding-generator = { version = " 0.98 .0" , path = " binding-generator" }
39
39
cc = { version = " 1.0.83" , features = [" parallel" ] }
40
40
dunce = " 1"
41
41
# jobserver-0.1.25 is the first one that has Client::available() method
@@ -49,7 +49,7 @@ vcpkg = "0.2.9"
49
49
[dev-dependencies ]
50
50
matches = " 0.1"
51
51
# 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" }
53
53
cc = { version = " 1.0.83" , features = [" parallel" ] }
54
54
dunce = " 1"
55
55
# jobserver-0.1.25 is the first one that has Client::available() method
0 commit comments