diff --git a/Cargo.toml b/Cargo.toml index d4120679..1a00c995 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.93.0" +version = "0.93.1" edition = "2021" rust-version = "1.66" authors = ["Pro ", "Mathieu Poumeyrol "] diff --git a/README.md b/README.md index d30533c4..9ef2145e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ generation) are installed in your system. Update your Cargo.toml ```toml -opencv = "0.93.0" +opencv = "0.93.1" ``` Import prelude