Skip to content

Commit 97dcbd0

Browse files
committed
chore: Release
1 parent 17c873d commit 97dcbd0

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.1"
9+
version = "0.94.2"
1010
edition = "2021"
1111
rust-version = "1.77.0"
1212
authors = ["Pro <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]

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.1"
23+
opencv = "0.94.2"
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_1(s: *const c_char) -> *mut String { crate::templ::ocvrs_create_string(s) }
148-
#[no_mangle] unsafe extern "C" fn ocvrs_create_byte_string_0_94_1(v: *const u8, len: size_t) -> *mut Vec<u8> { crate::templ::ocvrs_create_byte_string(v, len) }
147+
#[no_mangle] unsafe extern "C" fn ocvrs_create_string_0_94_2(s: *const c_char) -> *mut String { 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> { crate::templ::ocvrs_create_byte_string(v, len) }
149149
}

0 commit comments

Comments
 (0)