Skip to content

Commit e22fb22

Browse files
committed
chore: Release
1 parent 8dd7f0b commit e22fb22

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.94.2"
9+
version = "0.94.3"
1010
# bump edition to 2024 when MSRV is 1.85
1111
edition = "2021"
1212
rust-version = "1.77.0"

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

2626
Import prelude

docs/hub.rs

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

145145
mod ffi_exports {
146146
use crate::mod_prelude_sys::*;
147-
#[no_mangle] unsafe extern "C" fn ocvrs_create_string_0_94_2(s: *const c_char) -> *mut String { unsafe { crate::templ::ocvrs_create_string(s) } }
148-
#[no_mangle] unsafe extern "C" fn ocvrs_create_byte_string_0_94_2(v: *const u8, len: size_t) -> *mut Vec<u8> { unsafe { crate::templ::ocvrs_create_byte_string(v, len) } }
147+
#[no_mangle] unsafe extern "C" fn ocvrs_create_string_0_94_3(s: *const c_char) -> *mut String { unsafe { crate::templ::ocvrs_create_string(s) } }
148+
#[no_mangle] unsafe extern "C" fn ocvrs_create_byte_string_0_94_3(v: *const u8, len: size_t) -> *mut Vec<u8> { unsafe { crate::templ::ocvrs_create_byte_string(v, len) } }
149149
}

0 commit comments

Comments
 (0)