Skip to content

Commit c5bfa08

Browse files
committed
chore: Release
1 parent a7bfb42 commit c5bfa08

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/twistedfall/opencv-rust"
66
readme = "README.md"
77
keywords = ["opencv", "vision"]
88
license = "MIT"
9-
version = "0.91.3"
9+
version = "0.92.0"
1010
edition = "2021"
1111
rust-version = "1.66"
1212
authors = ["Pro <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
@@ -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.1", path = "binding-generator" }
35+
opencv-binding-generator = { version = "0.90.0", 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.1", path = "binding-generator" }
48+
opencv-binding-generator = { version = "0.90.0", path = "binding-generator" }
4949
cc = { version = ">=1.0.83", features = ["parallel"] }
5050
dunce = "1"
5151
jobserver = "0.1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ generation) are installed in your system.
2020
Update your Cargo.toml
2121

2222
```toml
23-
opencv = "0.91.3"
23+
opencv = "0.92.0"
2424
```
2525

2626
Import prelude

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

0 commit comments

Comments
 (0)