Skip to content

Commit 8dd7f0b

Browse files
committed
chore: Release
1 parent a6aa4ac commit 8dd7f0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rgb = { version = "0.8.20", default-features = false, features = ["argb"], optio
3535
windows = { version = "0.61", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
3636

3737
[build-dependencies]
38-
opencv-binding-generator = { version = "0.95.0", path = "binding-generator" }
38+
opencv-binding-generator = { version = "0.96.0", path = "binding-generator" }
3939
cc = { version = "1.0.83", features = ["parallel"] }
4040
dunce = "1"
4141
# jobserver-0.1.25 is the first one that has Client::available() method
@@ -50,7 +50,7 @@ vcpkg = "0.2.9"
5050
[dev-dependencies]
5151
matches = "0.1"
5252
# copy of build-dependencies because we need to test methods of the build script
53-
opencv-binding-generator = { version = "0.95.0", path = "binding-generator" }
53+
opencv-binding-generator = { version = "0.96.0", path = "binding-generator" }
5454
cc = { version = "1.0.83", features = ["parallel"] }
5555
dunce = "1"
5656
# jobserver-0.1.25 is the first one that has Client::available() method

binding-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.95.0"
5+
version = "0.96.0"
66
license = "MIT"
77
authors = ["Pro <[email protected]>"]
88
edition = "2021"

0 commit comments

Comments
 (0)