From 060b9b569749d9eb01d286740bb7bf7c92dc4351 Mon Sep 17 00:00:00 2001 From: Zero Date: Wed, 10 May 2023 14:07:11 -0600 Subject: [PATCH] update whisper-rs-sys to v0.5.0 --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index f73213a..6bce7f3 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whisper-rs-sys" -version = "0.4.0" +version = "0.5.0" edition = "2021" description = "Rust bindings for whisper.cpp (FFI bindings)" license = "Unlicense"