From 548934b91ff8ae4efe3ae1d0bb74a95fa2773f63 Mon Sep 17 00:00:00 2001 From: Zero Date: Sun, 14 May 2023 14:30:14 -0600 Subject: [PATCH] update whisper-rs-sys to v0.6.0 --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 135f673..81469d3 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whisper-rs-sys" -version = "0.5.0" +version = "0.6.0" edition = "2021" description = "Rust bindings for whisper.cpp (FFI bindings)" license = "Unlicense"