Skip to content

Update whisper-rs 0.15.1 -> 0.16.0 for Rust 1.94 compat#271

Open
krystophny wants to merge 1 commit intomainfrom
fix/whisper-rs-rust-1.94
Open

Update whisper-rs 0.15.1 -> 0.16.0 for Rust 1.94 compat#271
krystophny wants to merge 1 commit intomainfrom
fix/whisper-rs-rust-1.94

Conversation

@krystophny
Copy link
Collaborator

Summary

  • Updates whisper-rs from 0.15.1 to 0.16.0
  • whisper-rs-sys 0.15.0 drops the bindgen build dependency, fixing the struct size assertion overflow (attempt to compute 1_usize - 216_usize, which would overflow) for _IO_FILE and whisper_full_params that broke builds on Rust 1.94 with newer glibc headers

Test plan

  • cargo build --release --features gpu-vulkan succeeds on Rust 1.94.0
  • CI passes

whisper-rs-sys 0.15.0 drops the bindgen build dependency, fixing
the struct size assertion overflow for _IO_FILE and whisper_full_params
that broke builds on newer glibc/rustc combinations.
@krystophny krystophny requested a review from peteonrails as a code owner March 19, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant