Skip to content

Commit

Permalink
Merge pull request #7 from edgenai/chore/update-ver
Browse files Browse the repository at this point in the history
updated crate versions
  • Loading branch information
pedro-devv authored Feb 6, 2024
2 parents 832a750 + ec2516f commit 0a5369c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/whisper_cpp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whisper_cpp"
version = "0.2.0"
version = "0.2.1"
description = "Rust bindings for Whisper.cpp"
edition = "2021"
authors = ["Pedro Valente <[email protected]>"]
Expand All @@ -16,7 +16,7 @@ derive_more = "0.99.17"
thiserror = { workspace = true }
tokio = { workspace = true, features = ["sync", "rt"] }
tracing = "0.1.40"
whisper_cpp_sys = { version = "^0.2.0", path = "../whisper_cpp_sys", default-features = false }
whisper_cpp_sys = { version = "^0.2.1", path = "../whisper_cpp_sys", default-features = false }

[features]
default = ["compat", "native"]
Expand Down
2 changes: 1 addition & 1 deletion crates/whisper_cpp_sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whisper_cpp_sys"
version = "0.2.0"
version = "0.2.1"
description = "Automatically-generated bindings to whisper.cpp's C API"
edition = "2021"
authors = ["Pedro Valente <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions crates/whisper_cpp_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whisper_cpp_tests"
version = "0.1.0"
version = "0.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -9,4 +9,4 @@ edition = "2021"
thiserror = { workspace = true }
tokio = { workspace = true, features = ["full"] }
wav = "1.0.0"
whisper_cpp = { version = "^0.2.0", path = "../whisper_cpp", default-features = false, features = ["compat", "native"] }
whisper_cpp = { version = "^0.2.1", path = "../whisper_cpp", default-features = false, features = ["compat", "native"] }

0 comments on commit 0a5369c

Please sign in to comment.