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 6af8749 commit 5ee7bc6Copy full SHA for 5ee7bc6
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.95.0"
+version = "0.95.1"
10
# bump edition to 2024 when MSRV is 1.85
11
edition = "2021"
12
rust-version = "1.77.0"
README.md
@@ -20,7 +20,7 @@ generation) are installed in your system.
20
Update your Cargo.toml
21
22
```toml
23
-opencv = "0.95.0"
+opencv = "0.95.1"
24
```
25
26
Import prelude
0 commit comments