Skip to content

Commit 5ee7bc6

Browse files
committed
chore: Release
1 parent 6af8749 commit 5ee7bc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.95.0"
9+
version = "0.95.1"
1010
# bump edition to 2024 when MSRV is 1.85
1111
edition = "2021"
1212
rust-version = "1.77.0"

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.95.0"
23+
opencv = "0.95.1"
2424
```
2525

2626
Import prelude

0 commit comments

Comments
 (0)