From 926662589e62b24c4ed4877375d1960acb7929d2 Mon Sep 17 00:00:00 2001 From: Pro Date: Wed, 20 Dec 2023 11:59:39 +0100 Subject: [PATCH] chore: Release --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 61327591..8861e31c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/twistedfall/opencv-rust" readme = "README.md" keywords = ["opencv", "vision"] license = "MIT" -version = "0.88.4" +version = "0.88.5" edition = "2021" rust-version = "1.65" authors = ["Pro ", "Mathieu Poumeyrol "] diff --git a/README.md b/README.md index bd134355..860b0d35 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ generation) are installed in your system. Update your Cargo.toml ```toml -opencv = "0.88.4" +opencv = "0.88.5" ``` Import prelude