From 18bb3fb15bc97c2b6e34abde51d676f1d1183ae7 Mon Sep 17 00:00:00 2001 From: Zero Date: Sat, 11 Mar 2023 15:04:38 -0700 Subject: [PATCH] release: whisper-rs-sys 0.3.1 --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index e3a2a54..b45a7dd 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whisper-rs-sys" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "Rust bindings for whisper.cpp (FFI bindings)" license = "Unlicense"