Update bindings and bump -sys version

This commit is contained in:
Niko 2025-09-10 15:35:37 -07:00
parent f2e3eb397d
commit d966ab1602
No known key found for this signature in database
2 changed files with 328 additions and 97 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "whisper-rs-sys"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
description = "Rust bindings for whisper.cpp (FFI bindings)"
license = "Unlicense"
@ -8,20 +8,20 @@ documentation = "https://docs.rs/whisper-rs-sys"
repository = "https://codeberg.org/tazz4843/whisper-rs"
links = "whisper"
include = [
"whisper.cpp/bindings/javascript/package-tmpl.json",
"whisper.cpp/bindings/CMakeLists.txt",
"whisper.cpp/CMakeLists.txt",
"whisper.cpp/cmake",
"whisper.cpp/src/**",
"whisper.cpp/include/whisper.h",
"whisper.cpp/ggml/cmake",
"whisper.cpp/ggml/CMakeLists.txt",
"whisper.cpp/ggml/src/**",
"whisper.cpp/ggml/include/*.h",
"whisper.cpp/LICENSE",
"src/*.rs",
"build.rs",
"wrapper.h",
"whisper.cpp/bindings/javascript/package-tmpl.json",
"whisper.cpp/bindings/CMakeLists.txt",
"whisper.cpp/CMakeLists.txt",
"whisper.cpp/cmake",
"whisper.cpp/src/**",
"whisper.cpp/include/whisper.h",
"whisper.cpp/ggml/cmake",
"whisper.cpp/ggml/CMakeLists.txt",
"whisper.cpp/ggml/src/**",
"whisper.cpp/ggml/include/*.h",
"whisper.cpp/LICENSE",
"src/*.rs",
"build.rs",
"wrapper.h",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html