From bbe7e9e9ed79b029d445b8d0b4931d7f80f77da7 Mon Sep 17 00:00:00 2001 From: Niko Date: Sun, 8 Oct 2023 15:40:24 -0600 Subject: [PATCH] Bump -sys version to 0.7.2 --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 5ba14fa..bdd98dc 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whisper-rs-sys" -version = "0.7.1" +version = "0.7.2" edition = "2021" description = "Rust bindings for whisper.cpp (FFI bindings)" license = "Unlicense"