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