Skip to content

Commit 01a4a0c

Browse files
committed
chore: Release
1 parent 38ab43c commit 01a4a0c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.93.6"
9+
version = "0.93.7"
1010
edition = "2021"
1111
rust-version = "1.66"
1212
authors = ["Pro <twisted.fall@gmail.com>", "Mathieu Poumeyrol <kali@zoy.org>"]

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

2626
Import prelude

docs/hub.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,6 @@ pub mod hub_prelude {
274274

275275
mod ffi_exports {
276276
use crate::mod_prelude_sys::*;
277-
#[no_mangle] unsafe extern "C" fn ocvrs_create_string_0_93_6(s: *const c_char) -> *mut String { crate::templ::ocvrs_create_string(s) }
278-
#[no_mangle] unsafe extern "C" fn ocvrs_create_byte_string_0_93_6(v: *const u8, len: size_t) -> *mut Vec<u8> { crate::templ::ocvrs_create_byte_string(v, len) }
277+
#[no_mangle] unsafe extern "C" fn ocvrs_create_string_0_93_7(s: *const c_char) -> *mut String { crate::templ::ocvrs_create_string(s) }
278+
#[no_mangle] unsafe extern "C" fn ocvrs_create_byte_string_0_93_7(v: *const u8, len: size_t) -> *mut Vec<u8> { crate::templ::ocvrs_create_byte_string(v, len) }
279279
}

0 commit comments

Comments
 (0)