Skip to content

Commit 64717d5

Browse files
committed
chore: Release
1 parent df6814d commit 64717d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ once_cell = "1"
7070
rgb = { version = "0.8.20", features = ["argb"], optional = true }
7171

7272
[build-dependencies]
73-
opencv-binding-generator = { version = "0.61.0", path = "binding-generator" }
73+
opencv-binding-generator = { version = "0.62.0", path = "binding-generator" }
7474
cc = { version = "1", features = ["parallel"] }
7575
clang = { version = "2", features = ["clang_6_0", "runtime"] }
7676
dunce = "1"

binding-generator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "opencv-binding-generator"
33
description = "Binding generator for opencv crate"
44
repository = "https://github.com/twistedfall/opencv-rust"
5-
version = "0.61.0"
5+
version = "0.62.0"
66
license = "MIT"
77
authors = ["Pro <[email protected]>"]
88
edition = "2021"

0 commit comments

Comments
 (0)