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]
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 = []

View File

@ -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"