Skip to content

Commit

Permalink
fix(vosk): bump vosk-sys dependency version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bear-03 committed Oct 27, 2024
1 parent bb7b6a5 commit 3043a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/vosk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["speech", "speech-to-text", "stt"]
categories = ["api-bindings", "multimedia::audio"]

[dependencies]
vosk-sys = { path = "../vosk-sys", version = "0.1" }
vosk-sys = { path = "../vosk-sys", version = "0.2" }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
Expand Down

0 comments on commit 3043a07

Please sign in to comment.