From e3d67d513b86c6360f62e1f563bc4601c87946d6 Mon Sep 17 00:00:00 2001 From: Niko Date: Sat, 7 Jun 2025 23:51:46 -0700 Subject: [PATCH] Bump whisper-rs to 0.14.3 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3d170c1..8365e48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["examples/full_usage"] [package] name = "whisper-rs" -version = "0.14.2" +version = "0.14.3" edition = "2021" description = "Rust bindings for whisper.cpp" license = "Unlicense" @@ -14,7 +14,7 @@ repository = "https://github.com/tazz4843/whisper-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -whisper-rs-sys = { path = "sys", version = "0.12" } +whisper-rs-sys = { path = "sys", version = "0.13" } log = { version = "0.4", optional = true } tracing = { version = "0.1", optional = true }