Skip to content

Commit 8c511a2

Browse files
committed
chore: Release
1 parent 1ee8427 commit 8c511a2

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.3"
9+
version = "0.93.4"
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.3"
23+
opencv = "0.93.4"
2424
```
2525

2626
Import prelude

docs/hub.rs

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

271271
mod ffi_exports {
272272
use crate::mod_prelude_sys::*;
273-
#[no_mangle] unsafe extern "C" fn ocvrs_create_string_0_93_3(s: *const c_char) -> *mut String { crate::templ::ocvrs_create_string(s) }
274-
#[no_mangle] unsafe extern "C" fn ocvrs_create_byte_string_0_93_3(v: *const u8, len: size_t) -> *mut Vec<u8> { crate::templ::ocvrs_create_byte_string(v, len) }
273+
#[no_mangle] unsafe extern "C" fn ocvrs_create_string_0_93_4(s: *const c_char) -> *mut String { crate::templ::ocvrs_create_string(s) }
274+
#[no_mangle] unsafe extern "C" fn ocvrs_create_byte_string_0_93_4(v: *const u8, len: size_t) -> *mut Vec<u8> { crate::templ::ocvrs_create_byte_string(v, len) }
275275
}

0 commit comments

Comments
 (0)