Skip to content

Commit 091aa4b

Browse files
committed
chore: Release
1 parent 7160bc2 commit 091aa4b

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
@@ -36,7 +36,7 @@ rgb = { version = "0.8.20", default-features = false, features = ["argb"], optio
3636
windows = { version = "0.59", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
3737

3838
[build-dependencies]
39-
opencv-binding-generator = { version = "0.96.0", path = "binding-generator" }
39+
opencv-binding-generator = { version = "0.96.1", path = "binding-generator" }
4040
cc = { version = "1.0.83", features = ["parallel"] }
4141
dunce = "1"
4242
# jobserver-0.1.25 is the first one that has Client::available() method
@@ -51,7 +51,7 @@ vcpkg = "0.2.9"
5151
[dev-dependencies]
5252
matches = "0.1"
5353
# copy of build-dependencies because we need to test methods of the build script
54-
opencv-binding-generator = { version = "0.96.0", path = "binding-generator" }
54+
opencv-binding-generator = { version = "0.96.1", path = "binding-generator" }
5555
cc = { version = "1.0.83", features = ["parallel"] }
5656
dunce = "1"
5757
# 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
@@ -3,7 +3,7 @@ name = "opencv-binding-generator"
33
description = "Binding generator for opencv crate"
44
repository = "https://github.com/twistedfall/opencv-rust"
55
readme = "README.md"
6-
version = "0.96.0"
6+
version = "0.96.1"
77
license = "MIT"
88
authors = ["Pro <[email protected]>"]
99
edition = "2021"

0 commit comments

Comments
 (0)