Skip to content

Commit 17c873d

Browse files
committed
chore: Release
1 parent aeec0e9 commit 17c873d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rgb = { version = "0.8.20", features = ["argb"], optional = true }
3333
windows = { version = "0.59", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
3434

3535
[build-dependencies]
36-
opencv-binding-generator = { version = "0.94.1", path = "binding-generator" }
36+
opencv-binding-generator = { version = "0.95.0", path = "binding-generator" }
3737
cc = { version = "1.0.83", features = ["parallel"] }
3838
dunce = "1"
3939
# jobserver-0.1.25 is the first one that has Client::available() method
@@ -48,7 +48,7 @@ vcpkg = "0.2.9"
4848
[dev-dependencies]
4949
matches = "0.1"
5050
# copy of build-dependencies because we need to test methods of the build script
51-
opencv-binding-generator = { version = "0.94.1", path = "binding-generator" }
51+
opencv-binding-generator = { version = "0.95.0", path = "binding-generator" }
5252
cc = { version = "1.0.83", features = ["parallel"] }
5353
dunce = "1"
5454
# jobserver-0.1.25 is the first one that has Client::available() method

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.94.1"
5+
version = "0.95.0"
66
license = "MIT"
77
authors = ["Pro <[email protected]>"]
88
edition = "2021"

0 commit comments

Comments
 (0)