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

Commit 0de70d0

Browse files
committed
Actually pull in new changes (whoops) and bump package versions
1 parent 745336d commit 0de70d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0"
7+
version = "0.14.1"
88
edition = "2021"
99
description = "Rust bindings for whisper.cpp"
1010
license = "Unlicense"

sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "whisper-rs-sys"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
description = "Rust bindings for whisper.cpp (FFI bindings)"
66
license = "Unlicense"

0 commit comments

Comments
 (0)