Skip to content

Commit c2e50c8

Browse files
committed
chore: Release
1 parent 2f21a36 commit c2e50c8

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
@@ -32,7 +32,7 @@ rgb = { version = "0.8.20", features = ["argb"], optional = true }
3232
windows = { version = "0.56", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
3333

3434
[build-dependencies]
35-
opencv-binding-generator = { version = "0.89.0", path = "binding-generator" }
35+
opencv-binding-generator = { version = "0.89.1", path = "binding-generator" }
3636
cc = { version = "1.0.83", features = ["parallel"] }
3737
dunce = "1"
3838
jobserver = "0.1"
@@ -45,7 +45,7 @@ vcpkg = "0.2.9"
4545

4646
[dev-dependencies]
4747
matches = "0.1"
48-
opencv-binding-generator = { version = "0.89.0", path = "binding-generator" }
48+
opencv-binding-generator = { version = "0.89.1", path = "binding-generator" }
4949
cc = { version = ">=1.0.83", features = ["parallel"] }
5050
dunce = "1"
5151
jobserver = "0.1"

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

0 commit comments

Comments
 (0)