Merge branch 'master' into cuda-and-opencl-support
# Conflicts: # sys/build.rs
This commit is contained in:
commit
816c17ad80
6 changed files with 19 additions and 27 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue