From e742d5ee61079390bb057eebb09053304ea8abbc Mon Sep 17 00:00:00 2001 From: 0/0 Date: Mon, 10 Oct 2022 17:47:38 -0600 Subject: [PATCH] bump -sys version --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index d12169c..825fcaf 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whisper-rs-sys" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Rust bindings for whisper.cpp (FFI bindings)" license = "Unlicense"