From eeac3000c8dafd64089d8d8a740d87baa9123d1d Mon Sep 17 00:00:00 2001 From: Kwangsoo Yeo Date: Thu, 16 Nov 2023 14:17:27 -0800 Subject: [PATCH] rust update --- binding/rust/Cargo.toml | 2 +- demo/rust/filedemo/Cargo.lock | 4 ++-- demo/rust/filedemo/Cargo.toml | 2 +- demo/rust/micdemo/Cargo.lock | 4 ++-- demo/rust/micdemo/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/binding/rust/Cargo.toml b/binding/rust/Cargo.toml index a6097fcd..51798b65 100644 --- a/binding/rust/Cargo.toml +++ b/binding/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pv_rhino" -version = "3.0.0" +version = "3.0.1" edition = "2018" description = "The Rust bindings for Picovoice's Rhino library" license = "Apache-2.0" diff --git a/demo/rust/filedemo/Cargo.lock b/demo/rust/filedemo/Cargo.lock index 8681b747..b5db52cb 100644 --- a/demo/rust/filedemo/Cargo.lock +++ b/demo/rust/filedemo/Cargo.lock @@ -306,9 +306,9 @@ dependencies = [ [[package]] name = "pv_rhino" -version = "3.0.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee06963a203357e9b7471c7106c0a2542028f686e6a6267c1410a71a849d2e26" +checksum = "b6aeaa03376a22f0f90ce579e27f3e306bfa18761f089c524d52086e7929555a" dependencies = [ "libc", "libloading", diff --git a/demo/rust/filedemo/Cargo.toml b/demo/rust/filedemo/Cargo.toml index be398438..ede44cb0 100644 --- a/demo/rust/filedemo/Cargo.toml +++ b/demo/rust/filedemo/Cargo.toml @@ -8,4 +8,4 @@ chrono = "0.4.23" clap = "3.2.3" hound = "3.4.0" itertools = "0.10.3" -pv_rhino = "=3.0.0" +pv_rhino = "=3.0.1" diff --git a/demo/rust/micdemo/Cargo.lock b/demo/rust/micdemo/Cargo.lock index 27c911b6..256e80ef 100644 --- a/demo/rust/micdemo/Cargo.lock +++ b/demo/rust/micdemo/Cargo.lock @@ -277,9 +277,9 @@ dependencies = [ [[package]] name = "pv_rhino" -version = "3.0.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee06963a203357e9b7471c7106c0a2542028f686e6a6267c1410a71a849d2e26" +checksum = "b6aeaa03376a22f0f90ce579e27f3e306bfa18761f089c524d52086e7929555a" dependencies = [ "libc", "libloading 0.7.4", diff --git a/demo/rust/micdemo/Cargo.toml b/demo/rust/micdemo/Cargo.toml index 6ce2cabf..8ac6c89a 100644 --- a/demo/rust/micdemo/Cargo.toml +++ b/demo/rust/micdemo/Cargo.toml @@ -10,4 +10,4 @@ ctrlc = "3.2.2" hound = "3.4.0" itertools = "0.10.3" pv_recorder = "=1.2.1" -pv_rhino = "=3.0.0" +pv_rhino = "=3.0.1"