Skip to content

Commit 7e759ba

Browse files
committed
chore: Release
1 parent 97895e5 commit 7e759ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

+2-2
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.80.0"
9+
version = "0.81.0"
1010
edition = "2021"
1111
rust-version = "1.59"
1212
resolver = "1"
@@ -70,7 +70,7 @@ once_cell = "1"
7070
rgb = { version = "0.8.20", features = ["argb"], optional = true }
7171

7272
[build-dependencies]
73-
opencv-binding-generator = { version = "0.60.0", path = "binding-generator" }
73+
opencv-binding-generator = { version = "0.61.0", path = "binding-generator" }
7474
cc = { version = "1", features = ["parallel"] }
7575
clang = { version = "2", features = ["clang_6_0", "runtime"] }
7676
dunce = "1"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ generation) are installed in your system.
1717

1818
Update your Cargo.toml
1919
```toml
20-
opencv = "0.80.0"
20+
opencv = "0.81.0"
2121
```
2222

2323
Import prelude

binding-generator/Cargo.toml

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

0 commit comments

Comments
 (0)