release: 0.3.0 whisper-rs-sys + 0.4.0 whisper-rs

This commit is contained in:
0/0 2023-02-08 16:31:22 -07:00
parent 406fcae694
commit 1a02c60f52
No known key found for this signature in database
GPG Key ID: 3861E636EA1E0E2B
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ exclude = ["examples/full_usage"]
[package] [package]
name = "whisper-rs" name = "whisper-rs"
version = "0.3.0" version = "0.4.0"
edition = "2021" edition = "2021"
description = "Rust bindings for whisper.cpp" description = "Rust bindings for whisper.cpp"
license = "Unlicense" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
whisper-rs-sys = { path = "sys", version = "0.2" } whisper-rs-sys = { path = "sys", version = "0.3" }
[features] [features]
simd = [] simd = []

View File

@ -1,6 +1,6 @@
[package] [package]
name = "whisper-rs-sys" name = "whisper-rs-sys"
version = "0.2.1" version = "0.3.0"
edition = "2021" edition = "2021"
description = "Rust bindings for whisper.cpp (FFI bindings)" description = "Rust bindings for whisper.cpp (FFI bindings)"
license = "Unlicense" license = "Unlicense"
@ -13,4 +13,4 @@ links = "whisper"
[dependencies] [dependencies]
[build-dependencies] [build-dependencies]
bindgen = "0.63" bindgen = "0.64"