Update whisper.cpp version to 1.5.5

This commit is contained in:
arizhih 2024-04-23 16:54:23 +02:00
parent 018447cc3a
commit 813a433a52
7 changed files with 59 additions and 8 deletions

View file

@ -4,7 +4,7 @@ exclude = ["examples/full_usage"]
[package]
name = "whisper-rs"
version = "0.11.0"
version = "0.12.0"
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.8" }
whisper-rs-sys = { path = "sys", version = "0.10.0" }
log = { version = "0.4", optional = true }
tracing = { version = "0.1", optional = true }