From 6e70e56156f9a833ccf95c7ce70e915181e4953a Mon Sep 17 00:00:00 2001 From: Zero Date: Sun, 16 Apr 2023 13:43:26 -0600 Subject: [PATCH] bump whisper-rs-sys to 0.3.2 --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index b45a7dd..14e421c 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whisper-rs-sys" -version = "0.3.1" +version = "0.3.2" edition = "2021" description = "Rust bindings for whisper.cpp (FFI bindings)" license = "Unlicense"