Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit e3d67d5

Browse files
committed
Bump whisper-rs to 0.14.3
1 parent 331b683 commit e3d67d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exclude = ["examples/full_usage"]
44

55
[package]
66
name = "whisper-rs"
7-
version = "0.14.2"
7+
version = "0.14.3"
88
edition = "2021"
99
description = "Rust bindings for whisper.cpp"
1010
license = "Unlicense"
@@ -14,7 +14,7 @@ repository = "https://github.com/tazz4843/whisper-rs"
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
whisper-rs-sys = { path = "sys", version = "0.12" }
17+
whisper-rs-sys = { path = "sys", version = "0.13" }
1818
log = { version = "0.4", optional = true }
1919
tracing = { version = "0.1", optional = true }
2020

0 commit comments

Comments
 (0)