From 1a02c60f526f13894be8cdaa1325904f9b71dd56 Mon Sep 17 00:00:00 2001 From: 0/0 Date: Wed, 8 Feb 2023 16:31:22 -0700 Subject: [PATCH] release: 0.3.0 whisper-rs-sys + 0.4.0 whisper-rs --- Cargo.toml | 4 ++-- sys/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8329fb2..1de051c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["examples/full_usage"] [package] name = "whisper-rs" -version = "0.3.0" +version = "0.4.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.2" } +whisper-rs-sys = { path = "sys", version = "0.3" } [features] simd = [] diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 5205e88..3417775 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whisper-rs-sys" -version = "0.2.1" +version = "0.3.0" edition = "2021" description = "Rust bindings for whisper.cpp (FFI bindings)" license = "Unlicense" @@ -13,4 +13,4 @@ links = "whisper" [dependencies] [build-dependencies] -bindgen = "0.63" +bindgen = "0.64"