Revert "[build] pin whisper-rs dependency to a specific commit for reproducible builds; update documentation accordingly"

This reverts commit 152fde36ae.
This commit is contained in:
2025-08-12 06:00:10 +02:00
parent 3f1e634e2d
commit 278ca1b523
4 changed files with 3 additions and 15 deletions

View File

@@ -29,9 +29,7 @@ chrono = { version = "0.4", features = ["clock"] }
reqwest = { version = "0.12", features = ["blocking", "json"] }
sha2 = "0.10"
# Make whisper-rs optional; enabled via `whisper` feature
# Pin whisper-rs to a known-good commit for reproducible builds.
# To update: run `cargo update -p whisper-rs --precise 135b60b85a15714862806b6ea9f76abec38156f1` (adjust SHA) and update this rev.
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs", rev = "135b60b85a15714862806b6ea9f76abec38156f1", default-features = false, optional = true }
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs", default-features = false, optional = true }
libc = "0.2"
indicatif = "0.17"
ctrlc = "3.4"