File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ once_cell = "1"
29
29
rgb = { version = " 0.8.20" , features = [" argb" ], optional = true }
30
30
31
31
[build-dependencies ]
32
- opencv-binding-generator = { version = " 0.87 .0" , path = " binding-generator" }
32
+ opencv-binding-generator = { version = " 0.88 .0" , path = " binding-generator" }
33
33
cc = { version = " 1.0.83" , features = [" parallel" ] }
34
34
dunce = " 1"
35
35
jobserver = " 0.1"
@@ -42,7 +42,7 @@ vcpkg = "0.2.9"
42
42
43
43
[dev-dependencies ]
44
44
matches = " 0.1"
45
- opencv-binding-generator = { version = " 0.87 .0" , path = " binding-generator" }
45
+ opencv-binding-generator = { version = " 0.88 .0" , path = " binding-generator" }
46
46
cc = { version = " >=1.0.83" , features = [" parallel" ] }
47
47
dunce = " 1"
48
48
jobserver = " 0.1"
Original file line number Diff line number Diff line change 2
2
name = " opencv-binding-generator"
3
3
description = " Binding generator for opencv crate"
4
4
repository = " https://github.com/twistedfall/opencv-rust"
5
- version = " 0.87 .0"
5
+ version = " 0.88 .0"
6
6
license = " MIT"
7
7
authors = [
" Pro <[email protected] >" ]
8
8
edition = " 2021"
You can’t perform that action at this time.
0 commit comments