Merge branch 'master' into cuda-and-opencl-support

# Conflicts:
#	sys/build.rs
This commit is contained in:
Zero 2023-05-14 13:59:49 -06:00
commit 816c17ad80
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B
6 changed files with 19 additions and 27 deletions

View file

@ -4,7 +4,7 @@ exclude = ["examples/full_usage"]
[package]
name = "whisper-rs"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
description = "Rust bindings for whisper.cpp"
license = "Unlicense"
@ -14,8 +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.4" }
dashmap = "5"
whisper-rs-sys = { path = "sys", version = "0.5" }
[dev-dependencies]
hound = "3.5.0"