Patch versions for 0.13/0.11 release of main crate and -sys respectively

This commit is contained in:
Niko 2024-11-05 22:44:53 -07:00
parent dd0c3af408
commit 26b176525f
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B
2 changed files with 30 additions and 30 deletions

View file

@ -4,7 +4,7 @@ exclude = ["examples/full_usage"]
[package]
name = "whisper-rs"
version = "0.13.1"
version = "0.13.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.11.1" }
whisper-rs-sys = { path = "sys", version = "0.11" }
log = { version = "0.4", optional = true }
tracing = { version = "0.1", optional = true }