From 3350ae41fbd23667e2d1abb5f888e39097adfbbc Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 6 Oct 2023 22:12:05 -0600 Subject: [PATCH] Bump `-sys` version to 0.7.0 --- Cargo.toml | 2 +- sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3c8fff0..83becb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.6" } +whisper-rs-sys = { path = "sys", version = "0.7" } [dev-dependencies] hound = "3.5.0" diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 9f0db7e..22de6b6 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whisper-rs-sys" -version = "0.6.1" +version = "0.7.0" edition = "2021" description = "Rust bindings for whisper.cpp (FFI bindings)" license = "Unlicense"