Bump -sys version to 0.7.0

This commit is contained in:
Niko 2023-10-06 22:12:05 -06:00
parent 1f5800759c
commit 3350ae41fb
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B
2 changed files with 2 additions and 2 deletions

View file

@ -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.6" } whisper-rs-sys = { path = "sys", version = "0.7" }
[dev-dependencies] [dev-dependencies]
hound = "3.5.0" hound = "3.5.0"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "whisper-rs-sys" name = "whisper-rs-sys"
version = "0.6.1" version = "0.7.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"