Merge branch 'master' into metal-feature-flag

# Conflicts:
#	sys/build.rs
This commit is contained in:
Niko 2023-10-27 08:13:17 -06:00
commit ace4bbd18a
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B
2 changed files with 56 additions and 98 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "whisper-rs-sys"
version = "0.7.2"
version = "0.7.3"
edition = "2021"
description = "Rust bindings for whisper.cpp (FFI bindings)"
license = "Unlicense"
@ -41,8 +41,8 @@ opencl = []
openblas = []
metal = []
[dependencies]
[build-dependencies]
bindgen = "0.64"
cmake = "0.1"
bindgen = "0.68"
cfg-if = "1"
fs_extra = "1.3"