From 87b2cdc0c5c510d6fe07378515527ebb27c73a3e Mon Sep 17 00:00:00 2001 From: Pro Date: Fri, 26 Apr 2024 14:05:52 +0200 Subject: [PATCH] chore: Release --- Cargo.toml | 4 ++-- binding-generator/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6d984f91..cc02a26d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ rgb = { version = "0.8.20", features = ["argb"], optional = true } windows = { version = "0.56", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] } [build-dependencies] -opencv-binding-generator = { version = "0.88.0", path = "binding-generator" } +opencv-binding-generator = { version = "0.89.0", path = "binding-generator" } cc = { version = "1.0.83", features = ["parallel"] } dunce = "1" jobserver = "0.1" @@ -45,7 +45,7 @@ vcpkg = "0.2.9" [dev-dependencies] matches = "0.1" -opencv-binding-generator = { version = "0.88.0", path = "binding-generator" } +opencv-binding-generator = { version = "0.89.0", path = "binding-generator" } cc = { version = ">=1.0.83", features = ["parallel"] } dunce = "1" jobserver = "0.1" diff --git a/binding-generator/Cargo.toml b/binding-generator/Cargo.toml index d64a865a..bb4c49c0 100644 --- a/binding-generator/Cargo.toml +++ b/binding-generator/Cargo.toml @@ -2,7 +2,7 @@ name = "opencv-binding-generator" description = "Binding generator for opencv crate" repository = "https://github.com/twistedfall/opencv-rust" -version = "0.88.0" +version = "0.89.0" license = "MIT" authors = ["Pro "] edition = "2021"