From 9c1d85bcdafffb7ecb94bff6b57695914bf65bc6 Mon Sep 17 00:00:00 2001 From: Niko Date: Sat, 7 Oct 2023 09:28:22 -0600 Subject: [PATCH] Bump `-sys` version to 0.7.1 --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 70cda55..928ee76 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whisper-rs-sys" -version = "0.7.0" +version = "0.7.1" edition = "2021" description = "Rust bindings for whisper.cpp (FFI bindings)" license = "Unlicense"