From a5d279c31b60a6cadc00b9a12052574bacc15a22 Mon Sep 17 00:00:00 2001 From: Niko Date: Mon, 24 Feb 2025 12:49:18 -0700 Subject: [PATCH] Bump whisper-rs to 0.14.2 to fix docs.rs build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 384ee76..3d170c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["examples/full_usage"] [package] name = "whisper-rs" -version = "0.14.1" +version = "0.14.2" edition = "2021" description = "Rust bindings for whisper.cpp" license = "Unlicense"