From 7c78c128a19a4530fd10b3a958338d71a55f1893 Mon Sep 17 00:00:00 2001 From: Zero Date: Mon, 17 Apr 2023 15:57:19 -0600 Subject: [PATCH] bump versions --- Cargo.toml | 4 ++-- sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 117dabf..3f7b337 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["examples/full_usage"] [package] name = "whisper-rs" -version = "0.5.0" +version = "0.6.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.3" } +whisper-rs-sys = { path = "sys", version = "0.4" } [dev-dependencies] hound = "3.5.0" diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 14e421c..e035959 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whisper-rs-sys" -version = "0.3.2" +version = "0.4.0" edition = "2021" description = "Rust bindings for whisper.cpp (FFI bindings)" license = "Unlicense"