From 0de70d0e9de42c9d235f902e1a7b482efbc9c62f Mon Sep 17 00:00:00 2001 From: Niko Date: Mon, 24 Feb 2025 12:12:16 -0700 Subject: [PATCH] Actually pull in new changes (whoops) and bump package versions --- Cargo.toml | 2 +- sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d05bab7..384ee76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["examples/full_usage"] [package] name = "whisper-rs" -version = "0.14.0" +version = "0.14.1" edition = "2021" description = "Rust bindings for whisper.cpp" license = "Unlicense" diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 73d97fd..c97c9a2 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whisper-rs-sys" -version = "0.12.0" +version = "0.12.1" edition = "2021" description = "Rust bindings for whisper.cpp (FFI bindings)" license = "Unlicense"