Skip to content

Commit daca578

Browse files
committed
chore: Release
1 parent 65c9ae0 commit daca578

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.90.0"
9+
version = "0.91.0"
1010
edition = "2021"
1111
rust-version = "1.66"
1212
authors = ["Pro <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
@@ -29,7 +29,7 @@ once_cell = "1"
2929
rgb = { version = "0.8.20", features = ["argb"], optional = true }
3030

3131
[build-dependencies]
32-
opencv-binding-generator = { version = "0.86.0", path = "binding-generator" }
32+
opencv-binding-generator = { version = "0.87.0", path = "binding-generator" }
3333
cc = { version = "1.0.83", features = ["parallel"] }
3434
dunce = "1"
3535
jobslot = "0.2"
@@ -42,7 +42,7 @@ vcpkg = "0.2.9"
4242

4343
[dev-dependencies]
4444
matches = "0.1"
45-
opencv-binding-generator = { version = "0.86.0", path = "binding-generator" }
45+
opencv-binding-generator = { version = "0.87.0", path = "binding-generator" }
4646
cc = { version = ">=1.0.83", features = ["parallel"] }
4747
dunce = "1"
4848
jobslot = "0.2"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ generation) are installed in your system.
1919

2020
Update your Cargo.toml
2121
```toml
22-
opencv = "0.90.0"
22+
opencv = "0.91.0"
2323
```
2424

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

0 commit comments

Comments
 (0)