Skip to content

Commit f5d7324

Browse files
committed
chore: Release
1 parent 4cba515 commit f5d7324

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ half = { version = "2, <2.5.0", optional = true }
2828
libc = "0.2"
2929
num-traits = "0.2"
3030
once_cell = "1"
31-
opencv-binding-generator = { version = "0.96.1", path = "binding-generator" }
31+
opencv-binding-generator = { version = "0.97.0", path = "binding-generator" }
3232
# version 0.8.20 doesn't contain the deficiency mentioned in https://deps.rs/crate/opencv/0.59.0#vulnerabilities
3333
rgb = { version = "0.8.20", default-features = false, features = ["argb"], optional = true }
3434

@@ -37,7 +37,7 @@ rgb = { version = "0.8.20", default-features = false, features = ["argb"], optio
3737
windows = { version = "0.59", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
3838

3939
[build-dependencies]
40-
opencv-binding-generator = { version = "0.96.1", path = "binding-generator" }
40+
opencv-binding-generator = { version = "0.97.0", path = "binding-generator" }
4141
cc = { version = "1.0.83", features = ["parallel"] }
4242
dunce = "1"
4343
# jobserver-0.1.25 is the first one that has Client::available() method
@@ -52,7 +52,7 @@ vcpkg = "0.2.9"
5252
[dev-dependencies]
5353
matches = "0.1"
5454
# copy of build-dependencies because we need to test methods of the build script
55-
opencv-binding-generator = { version = "0.96.1", path = "binding-generator" }
55+
opencv-binding-generator = { version = "0.97.0", path = "binding-generator" }
5656
cc = { version = "1.0.83", features = ["parallel"] }
5757
dunce = "1"
5858
# 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.1"
6+
version = "0.97.0"
77
license = "MIT"
88
authors = ["Pro <[email protected]>"]
99
edition = "2021"

0 commit comments

Comments
 (0)