From 0707f5a7baa6f12a9dc30c1a20eb429a8364f220 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 30 Nov 2023 11:27:17 -0800 Subject: [PATCH] update --- binding/rust/Cargo.toml | 2 +- demo/rust/filedemo/Cargo.lock | 6 +++--- demo/rust/filedemo/Cargo.toml | 4 ++-- demo/rust/micdemo/Cargo.lock | 6 +++--- demo/rust/micdemo/Cargo.toml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/binding/rust/Cargo.toml b/binding/rust/Cargo.toml index 1e805b77..cbae528b 100644 --- a/binding/rust/Cargo.toml +++ b/binding/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pv_leopard" -version = "2.0.0" +version = "2.0.1" edition = "2018" description = "The Rust bindings for Picovoice's Leopard library" license = "Apache-2.0" diff --git a/demo/rust/filedemo/Cargo.lock b/demo/rust/filedemo/Cargo.lock index ac3f1f8d..9e4565a4 100644 --- a/demo/rust/filedemo/Cargo.lock +++ b/demo/rust/filedemo/Cargo.lock @@ -197,9 +197,9 @@ dependencies = [ [[package]] name = "pv_leopard" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6dd04f60bdc4e53a46b6541da6771a3825951a818221d28fb32cd38d2bf8a56" +checksum = "14e50befb2091e31a18a254e53dea960a64c906d7a3c1b3599dbe997b0a76b21" dependencies = [ "libc", "libloading", @@ -207,7 +207,7 @@ dependencies = [ [[package]] name = "pv_leopard_filedemo" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chrono", "clap", diff --git a/demo/rust/filedemo/Cargo.toml b/demo/rust/filedemo/Cargo.toml index bf9b6f43..793be874 100644 --- a/demo/rust/filedemo/Cargo.toml +++ b/demo/rust/filedemo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pv_leopard_filedemo" -version = "2.0.0" +version = "2.0.1" edition = "2018" [dependencies] @@ -8,5 +8,5 @@ chrono = "0.4.20" clap = "3.2.16" hound = "3.4.0" itertools = "0.10.3" -pv_leopard = "=2.0.0" +pv_leopard = "=2.0.1" tabwriter = "1.2.1" diff --git a/demo/rust/micdemo/Cargo.lock b/demo/rust/micdemo/Cargo.lock index 7a511953..94422f5b 100644 --- a/demo/rust/micdemo/Cargo.lock +++ b/demo/rust/micdemo/Cargo.lock @@ -257,9 +257,9 @@ dependencies = [ [[package]] name = "pv_leopard" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6dd04f60bdc4e53a46b6541da6771a3825951a818221d28fb32cd38d2bf8a56" +checksum = "14e50befb2091e31a18a254e53dea960a64c906d7a3c1b3599dbe997b0a76b21" dependencies = [ "libc", "libloading", @@ -267,7 +267,7 @@ dependencies = [ [[package]] name = "pv_leopard_micdemo" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chrono", "clap", diff --git a/demo/rust/micdemo/Cargo.toml b/demo/rust/micdemo/Cargo.toml index c02f43b2..eda66de0 100644 --- a/demo/rust/micdemo/Cargo.toml +++ b/demo/rust/micdemo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pv_leopard_micdemo" -version = "2.0.0" +version = "2.0.1" edition = "2018" [dependencies] @@ -9,6 +9,6 @@ clap = "3.2.16" ctrlc = "3.2.2" hound = "3.4.0" itertools = "0.10.3" -pv_leopard = "=2.0.0" +pv_leopard = "=2.0.1" pv_recorder = "=1.2.1" tabwriter = "1.2.1"