Skip to content

Commit 809e5c2

Browse files
committed
chore: Release
1 parent f284116 commit 809e5c2

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.62", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
3636

3737
[build-dependencies]
38-
opencv-binding-generator = { version = "0.98.1", path = "binding-generator" }
38+
opencv-binding-generator = { version = "0.99.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
@@ -49,7 +49,7 @@ vcpkg = "0.2.9"
4949
[dev-dependencies]
5050
matches = "0.1"
5151
# copy of build-dependencies because we need to test methods of the build script
52-
opencv-binding-generator = { version = "0.98.1", path = "binding-generator" }
52+
opencv-binding-generator = { version = "0.99.0", path = "binding-generator" }
5353
cc = { version = "1.0.83", features = ["parallel"] }
5454
dunce = "1"
5555
# 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.98.1"
6+
version = "0.99.0"
77
license = "MIT"
88
authors = ["Pro <[email protected]>"]
99
edition = "2021"

0 commit comments

Comments
 (0)