We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70c771 commit 6784a7eCopy full SHA for 6784a7e
Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://github.com/twistedfall/opencv-rust"
6
readme = "README.md"
7
keywords = ["opencv", "vision"]
8
license = "MIT"
9
-version = "0.93.2"
+version = "0.93.3"
10
edition = "2021"
11
rust-version = "1.66"
12
authors = ["Pro <twisted.fall@gmail.com>", "Mathieu Poumeyrol <kali@zoy.org>"]
README.md
@@ -20,7 +20,7 @@ generation) are installed in your system.
20
Update your Cargo.toml
21
22
```toml
23
-opencv = "0.93.2"
+opencv = "0.93.3"
24
```
25
26
Import prelude
0 commit comments